Files
piphoto/colors.h

7 lines
158 B
C
Raw Normal View History

2017-08-06 19:12:44 +00:00
#pragma once
2017-08-06 19:39:11 +00:00
#include "color.h"
2017-08-12 11:46:05 -07:00
constexpr RgbColor kBlack = {{{{{0x0000, 0x0000, 0x0000}}}}};
constexpr RgbColor kWhite = {{{{{0xffff, 0xffff, 0xffff}}}}};