Click or drag to resize

ColorRGBAToArgb Method

Converts this color to a 32-bit ARGB value.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.35
Syntax
public int ToArgb()

Return Value

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