jinks_core.color

Color module.

Classes

ColorType(*values)

Color type for displays and widgets.

class jinks_core.color.ColorType(*values)

Bases: Enum

Color type for displays and widgets.

BW = 'BW'
BWG = 'BWG'
RGB = 'RGB'
BWR = 'BWR'
BWY = 'BWY'
get_pil_color()

Get the pillow library equivalent code.

Return type:

str