C# Class RGBColor, NewTOAPIA

Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
B ( uint colorref ) : byte
B16 ( uint colorref ) : ushort
B16 ( uint c0, uint c1 ) : ushort
G ( uint colorref ) : byte
G16 ( uint colorref ) : ushort
G16 ( uint c0, uint c1 ) : ushort
R ( uint colorref ) : byte
R16 ( uint colorref ) : ushort
R16 ( uint c0, uint c1 ) : ushort
RGB ( byte r, byte g, byte b ) : uint

Method Details

B() public static méthode

public static B ( uint colorref ) : byte
colorref uint
Résultat byte

B16() public static méthode

public static B16 ( uint colorref ) : ushort
colorref uint
Résultat ushort

B16() public static méthode

public static B16 ( uint c0, uint c1 ) : ushort
c0 uint
c1 uint
Résultat ushort

G() public static méthode

public static G ( uint colorref ) : byte
colorref uint
Résultat byte

G16() public static méthode

public static G16 ( uint colorref ) : ushort
colorref uint
Résultat ushort

G16() public static méthode

public static G16 ( uint c0, uint c1 ) : ushort
c0 uint
c1 uint
Résultat ushort

R() public static méthode

public static R ( uint colorref ) : byte
colorref uint
Résultat byte

R16() public static méthode

public static R16 ( uint colorref ) : ushort
colorref uint
Résultat ushort

R16() public static méthode

public static R16 ( uint c0, uint c1 ) : ushort
c0 uint
c1 uint
Résultat ushort

RGB() public static méthode

public static RGB ( byte r, byte g, byte b ) : uint
r byte
g byte
b byte
Résultat uint