Go to the source code of this file.
Classes | |
| class | cinder::ColorT< T > |
| class | cinder::ColorAT< T > |
Namespaces | |
| namespace | cinder |
Typedefs | |
| typedef ColorT< float > | cinder::Color |
| typedef ColorT< float > | cinder::Colorf |
| typedef ColorT< uint8_t > | cinder::Color8u |
| typedef ColorAT< float > | cinder::ColorA |
| typedef ColorAT< float > | cinder::ColorAf |
| typedef ColorAT< uint8_t > | cinder::ColorA8u |
Enumerations | |
| enum | cinder::ColorModel { cinder::CM_RGB, cinder::CM_HSV } |
Functions | |
| template<typename T > | |
| std::ostream & | cinder::operator<< (std::ostream &s, const ColorT< T > &v) |
| template<typename T > | |
| std::ostream & | cinder::operator<< (std::ostream &lhs, const ColorAT< T > &rhs) |
| ColorT< float > | cinder::hsvToRGB (const Vec3f &hsv) |
| Vec3f | cinder::rgbToHSV (const ColorT< float > &c) |