![]() |
Cinder
0.9.1
|
#include "cinder/Color.h"
#include "cinder/Vector.h"
#include "cinder/ImageIo.h"
#include <boost/algorithm/string/case_conv.hpp>
Namespaces | |
cinder | |
Functions | |
ColorT< float > | cinder::hsvToRgb (const vec3 &hsv) |
vec3 | cinder::rgbToHsv (const ColorT< float > &c) |
std::ostream & | cinder::operator<< (std::ostream &lhs, const ColorT< float > &rhs) |
std::ostream & | cinder::operator<< (std::ostream &lhs, const ColorAT< float > &rhs) |
std::ostream & | cinder::operator<< (std::ostream &lhs, const ColorT< uint8_t > &rhs) |
std::ostream & | cinder::operator<< (std::ostream &lhs, const ColorAT< uint8_t > &rhs) |
ColorT< uint8_t > | cinder::svgNameToRgb (const char *svgName, bool *found=NULL) |