C# Class WWActorEdit.ColoChunk

Colo (short for Color) contains indexes into the Pale section. Color specifies which color to use for the different times of day.
Inheritance: IChunkType
Datei anzeigen Open project: pho/WindViewer Class Usage Examples

Public Properties

Property Type Description
AfternoonIndex byte
DawnIndex byte
DuskIndex byte
MorningIndex byte
NightIndex byte
NoonIndex byte

Public Methods

Method Description
ColoChunk ( ) : System
LoadData ( byte data, int &srcOffset ) : void
WriteData ( BinaryWriter stream ) : void

Method Details

ColoChunk() public method

public ColoChunk ( ) : System
return System

LoadData() public method

public LoadData ( byte data, int &srcOffset ) : void
data byte
srcOffset int
return void

WriteData() public method

public WriteData ( BinaryWriter stream ) : void
stream System.IO.BinaryWriter
return void

Property Details

AfternoonIndex public_oe property

public byte AfternoonIndex
return byte

DawnIndex public_oe property

public byte DawnIndex
return byte

DuskIndex public_oe property

public byte DuskIndex
return byte

MorningIndex public_oe property

public byte MorningIndex
return byte

NightIndex public_oe property

public byte NightIndex
return byte

NoonIndex public_oe property

public byte NoonIndex
return byte