Creates a Color from a 24-bit RGB value
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static Color FromRgb(
int argb
)
Public Shared Function FromRgb (
argb As Integer
) As Color
static member FromRgb :
argb : int -> Color
Parameters
- argb
- Type: SystemInt32
24-bit RGB value with Red in the high byte
Return Value
Type:
ColorA new instance of the Color object with the specified color
See Also