Files
piphoto/color.cc

5 lines
83 B
C++
Raw Normal View History

2017-08-13 08:44:49 -07:00
#include "color.h"
RgbColor::RgbColor(const Color<3>& src)
: Color<3>(src) {}