Better color typing

This commit is contained in:
Ian Gulliver
2017-08-13 08:44:49 -07:00
parent 0ccae577eb
commit 00a1577c53
8 changed files with 87 additions and 85 deletions

4
color.cc Normal file
View File

@@ -0,0 +1,4 @@
#include "color.h"
RgbColor::RgbColor(const Color<3>& src)
: Color<3>(src) {}