C# Class Sarcasm.Unparsing.Styles.ColorFactory

Afficher le fichier Open project: davidnemeti/Sarcasm

Méthodes publiques

Méthode Description
A ( this color ) : byte
B ( this color ) : byte
CreateColor ( byte A, byte R, byte G, byte B ) : System.Color
G ( this color ) : byte
R ( this color ) : byte

Method Details

A() public static méthode

public static A ( this color ) : byte
color this
Résultat byte

B() public static méthode

public static B ( this color ) : byte
color this
Résultat byte

CreateColor() public static méthode

public static CreateColor ( byte A, byte R, byte G, byte B ) : System.Color
A byte
R byte
G byte
B byte
Résultat System.Color

G() public static méthode

public static G ( this color ) : byte
color this
Résultat byte

R() public static méthode

public static R ( this color ) : byte
color this
Résultat byte