Blame view

telemetry/code/monitor/colours.py 123 Bytes
001c428d   Christopher Stone   Beginnings of a c...
1
2
3
4
5
WHITE = (255, 255, 255, 255)
BLACK = (0, 0, 0, 255)
RED = (255, 0, 0, 255)
GREEN = (0, 255, 0, 255)
BLUE = (0, 0, 255, 255)