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 |
public static B16 ( uint c0, uint c1 ) : ushort | ||
c0 | uint | |
c1 | uint | |
return | ushort |
public static G16 ( uint c0, uint c1 ) : ushort | ||
c0 | uint | |
c1 | uint | |
return | ushort |
public static R16 ( uint c0, uint c1 ) : ushort | ||
c0 | uint | |
c1 | uint | |
return | ushort |
public static RGB ( byte r, byte g, byte b ) : uint | ||
r | byte | |
g | byte | |
b | byte | |
return | uint |