Color Constants

Classes for three different color models.

The classes are RGB, CMYK, HSV. The constants in this module are all defined in the RGB c olor space. In addition, this module has support for converting values into the TKinter color space.

Author: Walker M. White (wmw2) Date: July 13, 2017 (Python 3 version)

WHITE

The color white in the default sRGB space.

LIGHT_GRAY

The color light gray in the default sRGB space.

GRAY

The color gray in the default sRGB space.

DARK_GRAY

The color dark gray in the default sRGB space.

BLACK

The color black in the default sRGB space.

RED

The color red, in the default sRGB space.

PINK

The color pink in the default sRGB space.

YELLOW

The color yellow in the default sRGB space.

ORANGE

The color orange in the default sRGB space.

GREEN

The color green in the default sRGB space.

BLUE

The color blue in the default sRGB space.

MAGENTA

The color magenta in the default sRGB space.

CYAN

The color cyan in the default sRGB space.