Click or drag to resize

ColorToArgb Method

Converts this color to a 32-bit ARGB value.

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public int ToArgb()

Return Value

Type: Int32
The 32-bit ARGB value that corresponds to this color
See Also