C# Class CUE.NET.Devices.Generic.CorsairColor

Afficher le fichier Open project: DarthAffe/CUE.NET Class Usage Examples

Méthodes publiques

Méthode Description
CorsairColor ( ) : System.Drawing
CorsairColor ( byte r, byte g, byte b ) : System.Drawing
CorsairColor ( byte a, byte r, byte g, byte b ) : System.Drawing
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
operator ( ) : bool

Method Details

CorsairColor() public méthode

public CorsairColor ( ) : System.Drawing
Résultat System.Drawing

CorsairColor() public méthode

public CorsairColor ( byte r, byte g, byte b ) : System.Drawing
r byte
g byte
b byte
Résultat System.Drawing

CorsairColor() public méthode

public CorsairColor ( byte a, byte r, byte g, byte b ) : System.Drawing
a byte
r byte
g byte
b byte
Résultat System.Drawing

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool