C# Class RGBColor, NewTOAPIA

Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

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

public static B ( uint colorref ) : byte
colorref uint
return byte

B16() public static method

public static B16 ( uint colorref ) : ushort
colorref uint
return ushort

B16() public static method

public static B16 ( uint c0, uint c1 ) : ushort
c0 uint
c1 uint
return ushort

G() public static method

public static G ( uint colorref ) : byte
colorref uint
return byte

G16() public static method

public static G16 ( uint colorref ) : ushort
colorref uint
return ushort

G16() public static method

public static G16 ( uint c0, uint c1 ) : ushort
c0 uint
c1 uint
return ushort

R() public static method

public static R ( uint colorref ) : byte
colorref uint
return byte

R16() public static method

public static R16 ( uint colorref ) : ushort
colorref uint
return ushort

R16() public static method

public static R16 ( uint c0, uint c1 ) : ushort
c0 uint
c1 uint
return ushort

RGB() public static method

public static RGB ( byte r, byte g, byte b ) : uint
r byte
g byte
b byte
return uint