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 color space.

WHITE

The color white in the default RGB space.

LIGHT_GRAY

The color light gray in the default RGB space.

GRAY

The color gray in the default RGB space.

DARK_GRAY

The color dark gray in the default RGB space.

BLACK

The color black in the default RGB space.

RED

The color red, in the default RGB space.

PINK

The color pink in the default RGB space.

YELLOW

The color yellow in the default RGB space.

ORANGE

The color orange in the default RGB space.

GREEN

The color green in the default RGB space.

BLUE

The color blue in the default RGB space.

MAGENTA

The color magenta in the default RGB space.

CYAN

The color cyan in the default RGB space.

Previous topic

Class HSV

This Page