colorΒΆ
The color module contains the color constants to use with the
color_matrix, color_sensor and light modules.
To use the color module, add the following import statement to your
project:
import color
The following constants are defined:
BLACK= 0MAGENTA= 1PURPLE= 2BLUE= 3AZURE= 4TURQUOISE= 5GREEN= 6YELLOW= 7ORANGE= 8RED= 9WHITE= 10UNKNOWN= -1