CSharpUtils.Drawing.ARGB_Rev.ARGB_Rev C# (CSharp) Method

ARGB_Rev() public method

public ARGB_Rev ( byte A, byte R, byte G, byte B ) : System
A byte
R byte
G byte
B byte
return System
		public ARGB_Rev(byte A, byte R, byte G, byte B)
		{
			this.A = A;
			this.R = R;
			this.G = G;
			this.B = B;
		}

Same methods

ARGB_Rev::ARGB_Rev ( int A, int R, int G, int B ) : System