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

CorsairColor() public method

public CorsairColor ( byte r, byte g, byte b ) : System.Drawing
r byte
g byte
b byte
return System.Drawing
        public CorsairColor(byte r, byte g, byte b) : this(255, r, g, b)
        { }

Same methods

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