MCL
Minimalistic Color Library
 All Classes Files
space_type.hh File Reference
#include <array>
#include <iostream>
#include <boost/preprocessor.hpp>
#include "nauths/mcl/spaces/space_macros.hh"
#include "nauths/mcl/misc/math.hh"
+ Include dependency graph for space_type.hh:
+ This graph shows which files directly or indirectly include this file:

Typedefs

typedef spaces::Type SpaceType
 

Enumerations

enum  Type {
  CMY = 0, CMYK = 1, HSL = 2, HSV = 3,
  LAB = 4, LCH = 5, RGB = 6, RGBf = 7,
  RGBub = 8, XYZ = 9
}
 

Functions

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