CUE.NET.Devices.Generic.CorsairColor.CorsairColor C# (CSharp) Method

CorsairColor() public method

public CorsairColor ( byte a, byte r, byte g, byte b ) : System.Drawing
a byte
r byte
g byte
b byte
return System.Drawing
        public CorsairColor(byte a, byte r, byte g, byte b)
        {
            this.A = a;
            this.R = r;
            this.G = g;
            this.B = b;
        }

Same methods

CorsairColor::CorsairColor ( ) : System.Drawing
CorsairColor::CorsairColor ( byte r, byte g, byte b ) : System.Drawing