C# Class GenieLib.PaletteColor

Afficher le fichier Open project: HandsomeMatt/OpenEmpires Class Usage Examples

Méthodes publiques

Свойство Type Description
R byte

Méthodes publiques

Méthode Description
PaletteColor ( byte r, byte g, byte b ) : System
PaletteColor ( byte _r, byte _g, byte _b, byte _a ) : System

Method Details

PaletteColor() public méthode

public PaletteColor ( byte r, byte g, byte b ) : System
r byte
g byte
b byte
Résultat System

PaletteColor() public méthode

public PaletteColor ( byte _r, byte _g, byte _b, byte _a ) : System
_r byte
_g byte
_b byte
_a byte
Résultat System

Property Details

R public_oe property

public byte R
Résultat byte