Module colors

Source
Expand description

Basic predefined colors.

Constants§

BLACK
Black ( rgb = (0, 0, 0))
BLUE
Blue ( rgb = (0, 0, 255))
CYAN
Cyan ( rgb = (0, 255, 255))
GREEN
Green ( rgb = (0, 255, 0))
MAGENTA
Magenta ( rgb = (255, 0, 255))
RED
Red ( rgb = (255, 0, 0))
TRANSPARENT
Transparent ( rgba = (0, 0, 0, 0.0))
WHITE
White ( rgb = (255, 255, 255))
YELLOW
Yellow ( rgb = (255, 255, 0))