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