Two class variables hold the initial colors, black text and red background.
DEFAULT_TEXT_COLOR = Color ( 0, 0, 0 ) DEFAULT_BG_COLOR = Color ( MAX_PARAM, 0, 0 )