C# Class TextEditor2.ByteColorAlpha

The BMC file holds color data for the text. A control code specifies the index of a color, and the engine changes the text's color to that one.
Show file Open project: Sage-of-Mirrors/TheWindWaker_Text_Editor Class Usage Examples

Public Properties

Property Type Description
R byte

Public Methods

Method Description
ByteColorAlpha ( ) : System
ByteColorAlpha ( byte data ) : System
GetBytes ( ) : byte[]

Method Details

ByteColorAlpha() public method

public ByteColorAlpha ( ) : System
return System

ByteColorAlpha() public method

public ByteColorAlpha ( byte data ) : System
data byte
return System

GetBytes() public method

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

Property Details

R public property

public byte R
return byte