C# Class CLScriptExt.Color32

Afficher le fichier Open project: lightszero/cslightcore Class Usage Examples

Méthodes publiques

Свойство Type Description
a byte
b byte
g byte
r byte

Méthodes publiques

Méthode Description
Color32 ( byte r, byte g, byte b, byte a ) : System
ToString ( ) : string

Method Details

Color32() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

a public_oe property

public byte a
Résultat byte

b public_oe property

public byte b
Résultat byte

g public_oe property

public byte g
Résultat byte

r public_oe property

public byte r
Résultat byte