Click or drag to resize

ColorFromRgb Method

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
)

Parameters

argb
Type: SystemInt32
24-bit RGB value with Red in the high byte

Return Value

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