wolfhece.color_constants
Provide RGB color constants and a colors dictionary with elements formatted: colors[colorname] = CONSTANT
Module Contents
- class wolfhece.color_constants.RGB[source]
Bases:
Color
Built-in immutable sequence.
If no argument is given, the constructor returns an empty tuple. If iterable is specified the tuple is initialized from iterable’s items.
If the argument is a tuple, the return value is the same object.