RGBColor.G16 C# (CSharp) Method

G16() public static method

public static G16 ( uint colorref ) : ushort
colorref uint
return ushort
	public static ushort G16(uint colorref)
	{
		return (ushort)(((colorref >> 8) & 0xff)<<8);
	}

Same methods

RGBColor::G16 ( uint c0, uint c1 ) : ushort