[]
        
(Showing Draft Content)

C1.Interop.C1Colors.ToArgb

ToArgb Method

ToArgb(Color)

Declaration
public static int ToArgb(Color c)
Parameters
Type Name Description
Color c
Returns
Type Description
int

ToArgb(byte, byte, byte, byte)

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