Big templatization. Fix for interpolation.

This commit is contained in:
Ian Gulliver
2017-08-10 15:24:23 -07:00
parent c9024d3d63
commit a2c9eeb66b
11 changed files with 247 additions and 234 deletions

View File

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