MCL
Minimalistic Color Library
 All Classes Files
color.hh File Reference
#include <boost/variant.hpp>
#include "nauths/mcl/environment.hh"
+ Include dependency graph for color.hh:
+ This graph shows which files directly or indirectly include this file:

Classes

class  Color
 

Typedefs

typedef boost::variant< CMY,
CMYK, HSL, HSV, LAB, LCH, RGB,
RGBf, RGBub, XYZ > 
ColorData
 

Functions

std::ostream & operator<< (std::ostream &ostr, const Color &s)
 
std::istream & operator>> (std::istream &istr, Color &s)