Files
piphoto/colors.h

7 lines
154 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"
constexpr RgbColor kBlack = {{{{0x0000, 0x0000, 0x0000}}}};
constexpr RgbColor kWhite = {{{{0xffff, 0xffff, 0xffff}}}};