Show / Hide Table of Contents

Class SaveImage

A basic save game image loaded from RAW data. Palette must be loaded separately.

Inheritance
Object
BaseImageFile
SaveImage
Inherited Members
BaseImageFile.myPalette
BaseImageFile.FilePath
BaseImageFile.FileName
BaseImageFile.Palette
BaseImageFile.LoadPalette(String)
BaseImageFile.GetColor32(Int32, Int32, Int32)
BaseImageFile.GetColor32(DFBitmap, Int32)
BaseImageFile.GetColor32(Int32, Int32, Int32, Int32, DFSize)
BaseImageFile.GetColor32(DFBitmap, Int32, Int32, DFSize, Int32, Int32)
BaseImageFile.GetWindowColors32(DFBitmap, Int32)
BaseImageFile.GetSpectralEmissionColors32(DFBitmap, Color32[], Int32, Int32, Color, Color)
BaseImageFile.GetFireWallColors32(Color32[], Int32, Int32, Color, Single)
Namespace: DaggerfallConnect.Save
Assembly: Assembly-CSharp.dll
Syntax
public class SaveImage : BaseImageFile

Fields

| Improve this Doc View Source

Filename

Declaration
public const string Filename = "IMAGE.RAW"
Field Value
Type Description
String

Properties

| Improve this Doc View Source

Description

Declaration
public override string Description { get; }
Property Value
Type Description
String
Overrides
BaseImageFile.Description
| Improve this Doc View Source

PaletteName

Declaration
public override string PaletteName { get; }
Property Value
Type Description
String
Overrides
BaseImageFile.PaletteName
| Improve this Doc View Source

RecordCount

Declaration
public override int RecordCount { get; }
Property Value
Type Description
Int32
Overrides
BaseImageFile.RecordCount

Methods

| Improve this Doc View Source

GetDFBitmap()

Declaration
public DFBitmap GetDFBitmap()
Returns
Type Description
DFBitmap
| Improve this Doc View Source

GetDFBitmap(Int32, Int32)

Declaration
public override DFBitmap GetDFBitmap(int record, int frame)
Parameters
Type Name Description
Int32 record
Int32 frame
Returns
Type Description
DFBitmap
Overrides
BaseImageFile.GetDFBitmap(Int32, Int32)
| Improve this Doc View Source

GetFrameCount(Int32)

Declaration
public override int GetFrameCount(int record)
Parameters
Type Name Description
Int32 record
Returns
Type Description
Int32
Overrides
BaseImageFile.GetFrameCount(Int32)
| Improve this Doc View Source

GetSize(Int32)

Declaration
public override DFSize GetSize(int record)
Parameters
Type Name Description
Int32 record
Returns
Type Description
DFSize
Overrides
BaseImageFile.GetSize(Int32)
| Improve this Doc View Source

Load(String, FileUsage, Boolean)

Declaration
public override bool Load(string filePath, FileUsage usage, bool readOnly)
Parameters
Type Name Description
String filePath
FileUsage usage
Boolean readOnly
Returns
Type Description
Boolean
Overrides
BaseImageFile.Load(String, FileUsage, Boolean)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX