| 
| static const NVGcolor  | rack::componentlibrary::SCHEME_BLACK_TRANSPARENT = nvgRGBA(0x00, 0x00, 0x00, 0x00) | 
| static const NVGcolor  | rack::componentlibrary::SCHEME_BLACK = nvgRGB(0x00, 0x00, 0x00) | 
| static const NVGcolor  | rack::componentlibrary::SCHEME_WHITE = nvgRGB(0xff, 0xff, 0xff) | 
| static const NVGcolor  | rack::componentlibrary::SCHEME_RED = nvgRGB(0xed, 0x2c, 0x24) | 
| static const NVGcolor  | rack::componentlibrary::SCHEME_ORANGE = nvgRGB(0xf2, 0xb1, 0x20) | 
| static const NVGcolor  | rack::componentlibrary::SCHEME_YELLOW = nvgRGB(0xff, 0xd7, 0x14) | 
| static const NVGcolor  | rack::componentlibrary::SCHEME_GREEN = nvgRGB(0x90, 0xc7, 0x3e) | 
| static const NVGcolor  | rack::componentlibrary::SCHEME_CYAN = nvgRGB(0x22, 0xe6, 0xef) | 
| static const NVGcolor  | rack::componentlibrary::SCHEME_BLUE = nvgRGB(0x29, 0xb2, 0xef) | 
| static const NVGcolor  | rack::componentlibrary::SCHEME_PURPLE = nvgRGB(0xd5, 0x2b, 0xed) | 
| static const NVGcolor  | rack::componentlibrary::SCHEME_LIGHT_GRAY = nvgRGB(0xe6, 0xe6, 0xe6) | 
| static const NVGcolor  | rack::componentlibrary::SCHEME_DARK_GRAY = nvgRGB(0x17, 0x17, 0x17) |