qualitron.colors¶
- class Color[source]¶
Bases:
objectClass for basic color operations.
- static HEXtoRGB(hex)[source]¶
Converts a hex color string to rgb.
- Parameters
hex (sting) – The hex color
- Returns
The rgb color
- Return type
tuple
Bases: object
Class for basic color operations.
Converts a hex color string to rgb.
hex (sting) – The hex color
The rgb color
tuple