[]
        
(Showing Draft Content)

C1.Win.Interop.C1Colors.FromRgb

FromRgb Method

FromRgb(int)

Declaration
public static Color FromRgb(int v)
Public Shared Function FromRgb(v As Integer) As Color
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)
Public Shared Function FromRgb(r As Byte, g As Byte, b As Byte) As Color
Parameters
Type Name Description
byte r
byte g
byte b
Returns
Type Description
Color