Color Constants¶
A module with color constants.
These are some predefined color constants so that we do not have to construct the objects. The constants in this module are all defined in the RGB 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.