MCL
Minimalistic Color Library
 All Classes Files
io.cc File Reference
#include <cstring>
#include <boost/lexical_cast.hpp>
#include "nauths/mcl/constants.hh"
#include "nauths/mcl/io.hh"
#include "misc/trie.hh"
#include "misc/once.hh"
+ Include dependency graph for io.cc:

Functions

std::string show (SpaceType s)
 
void show (std::ostream &ostr, SpaceType s)
 
void show (std::ostream &ostr, const Color &c)
 
template<>
SpaceType read (const std::string &s)
 
template<>
Color read (const std::string &s)
 
template<>
SpaceType read (std::istream &istr)
 
template<>
Color read (std::istream &istr)
 
void show (std::ostream &ostr, const CMY &s)
 
void show (std::ostream &ostr, const CMYK &s)
 
void show (std::ostream &ostr, const HSL &s)
 
void show (std::ostream &ostr, const HSV &s)
 
void show (std::ostream &ostr, const LAB &s)
 
void show (std::ostream &ostr, const LCH &s)
 
void show (std::ostream &ostr, const RGB &s)
 
void show (std::ostream &ostr, const RGBf &s)
 
void show (std::ostream &ostr, const RGBub &s)
 
void show (std::ostream &ostr, const XYZ &s)