Files
piphoto/colors.h

7 lines
144 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-10 13:51:39 -07:00
constexpr Color kBlack = {{{0x0000, 0x0000, 0x0000}}};
constexpr Color kWhite = {{{0xffff, 0xffff, 0xffff}}};