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

Datei anzeigen Open project: DarthAffe/CUE.NET Class Usage Examples

Public Methods

Method 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 method

public CorsairColor ( ) : System.Drawing
return System.Drawing

CorsairColor() public method

public CorsairColor ( byte r, byte g, byte b ) : System.Drawing
r byte
g byte
b byte
return System.Drawing

CorsairColor() public method

public CorsairColor ( byte a, byte r, byte g, byte b ) : System.Drawing
a byte
r byte
g byte
b byte
return System.Drawing

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool