[]
        
(Showing Draft Content)

C1.Interop.C1Colors.FromRgb

FromRgb Method

FromRgb(int)

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

FromRgb(byte, byte, byte)

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