C# Class WWActorEdit.PaleChunk

The Pale (short for Palette) chunk contains the actual RGB colors for different types of lighting.
Inheritance: IChunkType
Datei anzeigen Open project: pho/WindViewer Class Usage Examples

Public Properties

Property Type Description
ActorAmbient ByteColor
DoorwayColor ByteColor
FogColor ByteColor
OceanColor ByteColor
OceanFadeInto ByteColorAlpha
RoomAmbient ByteColor
RoomFillColor ByteColor
ShadowColor ByteColor
ShoreFadeInto ByteColorAlpha
UnknownColor1 ByteColor
UnknownColor2 ByteColor
UnknownColor3 ByteColor
VirtIndex byte
WaveColor ByteColor

Public Methods

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

Method Details

LoadData() public method

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

PaleChunk() public method

public PaleChunk ( ) : System
return System

WriteData() public method

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

Property Details

ActorAmbient public_oe property

public ByteColor,WWActorEdit ActorAmbient
return ByteColor

DoorwayColor public_oe property

public ByteColor,WWActorEdit DoorwayColor
return ByteColor

FogColor public_oe property

public ByteColor,WWActorEdit FogColor
return ByteColor

OceanColor public_oe property

public ByteColor,WWActorEdit OceanColor
return ByteColor

OceanFadeInto public_oe property

public ByteColorAlpha,WWActorEdit OceanFadeInto
return ByteColorAlpha

RoomAmbient public_oe property

public ByteColor,WWActorEdit RoomAmbient
return ByteColor

RoomFillColor public_oe property

public ByteColor,WWActorEdit RoomFillColor
return ByteColor

ShadowColor public_oe property

public ByteColor,WWActorEdit ShadowColor
return ByteColor

ShoreFadeInto public_oe property

public ByteColorAlpha,WWActorEdit ShoreFadeInto
return ByteColorAlpha

UnknownColor1 public_oe property

public ByteColor,WWActorEdit UnknownColor1
return ByteColor

UnknownColor2 public_oe property

public ByteColor,WWActorEdit UnknownColor2
return ByteColor

UnknownColor3 public_oe property

public ByteColor,WWActorEdit UnknownColor3
return ByteColor

VirtIndex public_oe property

public byte VirtIndex
return byte

WaveColor public_oe property

public ByteColor,WWActorEdit WaveColor
return ByteColor