RGBColor.R C# (CSharp) Метод

R() публичный статический Метод

public static R ( uint colorref ) : byte
colorref uint
Результат byte
	public static byte R(uint colorref)
	{
		return (byte)(colorref & 0xff);
	}