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 , 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) |
| Colorf | cinder::hsvToRGB (const Vec3f &hsv) |
| Vec3f | 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) |