Click or drag to resize

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
)

Parameters

argb
Type: SystemInt32
32-bit ARGB value with Alpha in the high byte

Return Value

Type: Color
A new instance of the Color object with the specified color
See Also