[]
        
(Showing Draft Content)

C1.Interop.C1Colors.FromArgb

FromArgb Method

FromArgb(int)

Declaration
public static Color FromArgb(int v)
Parameters
Type Name Description
int v
Returns
Type Description
Color

FromArgb(byte, byte, byte, byte)

Declaration
public static Color FromArgb(byte a, byte r, byte g, byte b)
Parameters
Type Name Description
byte a
byte r
byte g
byte b
Returns
Type Description
Color

FromArgb(int, out byte, out byte, out byte, out byte)

Declaration
public static void FromArgb(int v, out byte a, out byte r, out byte g, out byte b)
Parameters
Type Name Description
int v
byte a
byte r
byte g
byte b