C# Class WWActorEdit.ByteColor

Datei anzeigen Open project: pho/WindViewer Class Usage Examples

Public Properties

Property Type Description
R byte

Public Methods

Method Description
ByteColor ( ) : System
ByteColor ( byte data, int &srcOffset ) : System
GetBytes ( ) : byte[]

Method Details

ByteColor() public method

public ByteColor ( ) : System
return System

ByteColor() public method

public ByteColor ( byte data, int &srcOffset ) : System
data byte
srcOffset int
return System

GetBytes() public method

public GetBytes ( ) : byte[]
return byte[]

Property Details

R public_oe property

public byte R
return byte