C# Class GenieLib.PaletteColor

Mostra file Open project: HandsomeMatt/OpenEmpires Class Usage Examples

Public Properties

Property Type Description
R byte

Public Methods

Method Description
PaletteColor ( byte r, byte g, byte b ) : System
PaletteColor ( byte _r, byte _g, byte _b, byte _a ) : System

Method Details

PaletteColor() public method

public PaletteColor ( byte r, byte g, byte b ) : System
r byte
g byte
b byte
return System

PaletteColor() public method

public PaletteColor ( byte _r, byte _g, byte _b, byte _a ) : System
_r byte
_g byte
_b byte
_a byte
return System

Property Details

R public_oe property

public byte R
return byte