Conversion to signed

This commit is contained in:
Ian Gulliver
2017-08-12 11:46:05 -07:00
parent 566c60d91a
commit ed6ae66171
11 changed files with 233 additions and 190 deletions

View File

@@ -2,5 +2,5 @@
#include "color.h"
constexpr RgbColor kBlack = {{{{0x0000, 0x0000, 0x0000}}}};
constexpr RgbColor kWhite = {{{{0xffff, 0xffff, 0xffff}}}};
constexpr RgbColor kBlack = {{{{{0x0000, 0x0000, 0x0000}}}}};
constexpr RgbColor kWhite = {{{{{0xffff, 0xffff, 0xffff}}}}};