Go to the source code of this file.
|
template<typename T , typename Y > |
ColorT< T > | cinder::operator* (Y s, const ColorT< T > &c) |
|
template<typename T , typename Y > |
ColorAT< T > | cinder::operator* (Y s, const ColorAT< T > &c) |
|
ColorT< float > | cinder::hsvToRGB (const Vec3f &hsv) |
|
Vec3f | cinder::rgbToHSV (const ColorT< float > &c) |
|
ColorT< uint8_t > | cinder::svgNameToRgb (const char *svgName, bool *found=NULL) |
| Converts the named colors of the SVG spec http://en.wikipedia.org/wiki/Web_colors#X11_color_names to sRGB Color8u. If found is non-NULL, it's set to whether the name was located. Returns black on failure. More...
|
|
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) |
|