C# Class XnaBuildContent.Rgba

Afficher le fichier Open project: jlyonsmith/XnaBuildContent

Méthodes publiques

Свойство Type Description
A byte
B byte
G byte
R byte

Méthodes publiques

Méthode Description
Rgba ( byte r, byte g, byte b, byte a ) : System

Method Details

Rgba() public méthode

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

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