to_hex_rgb method

On this page

to_hex_rgb

Serializes this Argb32Color instance to the hexadecimal notation ##RRGGBB as a string without the alpha channel.

def to_hex_rgb(self):
    ...

Returns: str: A string in ##RRGGBB format, 2 characters per channel, upper case. Exception-less method.

See Also

On this page