ToArgb

Argb32Color.ToArgb method

Returns the ARGB value of this Argb32Color instance, compatible with System.Drawing.Color.ToArgb() method

public int ToArgb()

Return Value

32-bit ARGB value of this instance as Int32, identical to System.Drawing.Color.ToArgb() call for the same color. Never throws an exception.

See Also