|
@@ -33,7 +33,7 @@ static const NVGcolor SCHEME_BLACK = nvgRGB(0x00, 0x00, 0x00); |
|
|
static const NVGcolor SCHEME_WHITE = nvgRGB(0xff, 0xff, 0xff); |
|
|
static const NVGcolor SCHEME_WHITE = nvgRGB(0xff, 0xff, 0xff); |
|
|
static const NVGcolor SCHEME_RED = nvgRGB(0xed, 0x2c, 0x24); |
|
|
static const NVGcolor SCHEME_RED = nvgRGB(0xed, 0x2c, 0x24); |
|
|
static const NVGcolor SCHEME_ORANGE = nvgRGB(0xf2, 0xb1, 0x20); |
|
|
static const NVGcolor SCHEME_ORANGE = nvgRGB(0xf2, 0xb1, 0x20); |
|
|
static const NVGcolor SCHEME_YELLOW = nvgRGB(0xf9, 0xdf, 0x1c); |
|
|
|
|
|
|
|
|
static const NVGcolor SCHEME_YELLOW = nvgRGB(0xff, 0xd7, 0x14); |
|
|
static const NVGcolor SCHEME_GREEN = nvgRGB(0x90, 0xc7, 0x3e); |
|
|
static const NVGcolor SCHEME_GREEN = nvgRGB(0x90, 0xc7, 0x3e); |
|
|
static const NVGcolor SCHEME_CYAN = nvgRGB(0x22, 0xe6, 0xef); |
|
|
static const NVGcolor SCHEME_CYAN = nvgRGB(0x22, 0xe6, 0xef); |
|
|
static const NVGcolor SCHEME_BLUE = nvgRGB(0x29, 0xb2, 0xef); |
|
|
static const NVGcolor SCHEME_BLUE = nvgRGB(0x29, 0xb2, 0xef); |
|
|