to_argb method

to_argb

Returns the ARGB value of this Rgb24Color instance, compatible with Color

Returns

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

def to_argb(self):
    ...

See Also