C# Class WWActorEdit.PaleChunk

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

Méthodes publiques

Свойство 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

Méthodes publiques

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

Method Details

LoadData() public méthode

public LoadData ( byte data, int &srcOffset ) : void
data byte
srcOffset int
Résultat void

PaleChunk() public méthode

public PaleChunk ( ) : System
Résultat System

WriteData() public méthode

public WriteData ( BinaryWriter stream ) : void
stream System.IO.BinaryWriter
Résultat void

Property Details

ActorAmbient public_oe property

public ByteColor,WWActorEdit ActorAmbient
Résultat ByteColor

DoorwayColor public_oe property

public ByteColor,WWActorEdit DoorwayColor
Résultat ByteColor

FogColor public_oe property

public ByteColor,WWActorEdit FogColor
Résultat ByteColor

OceanColor public_oe property

public ByteColor,WWActorEdit OceanColor
Résultat ByteColor

OceanFadeInto public_oe property

public ByteColorAlpha,WWActorEdit OceanFadeInto
Résultat ByteColorAlpha

RoomAmbient public_oe property

public ByteColor,WWActorEdit RoomAmbient
Résultat ByteColor

RoomFillColor public_oe property

public ByteColor,WWActorEdit RoomFillColor
Résultat ByteColor

ShadowColor public_oe property

public ByteColor,WWActorEdit ShadowColor
Résultat ByteColor

ShoreFadeInto public_oe property

public ByteColorAlpha,WWActorEdit ShoreFadeInto
Résultat ByteColorAlpha

UnknownColor1 public_oe property

public ByteColor,WWActorEdit UnknownColor1
Résultat ByteColor

UnknownColor2 public_oe property

public ByteColor,WWActorEdit UnknownColor2
Résultat ByteColor

UnknownColor3 public_oe property

public ByteColor,WWActorEdit UnknownColor3
Résultat ByteColor

VirtIndex public_oe property

public byte VirtIndex
Résultat byte

WaveColor public_oe property

public ByteColor,WWActorEdit WaveColor
Résultat ByteColor