|
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 vec3 &hsv) |
|
vec3 | cinder::rgbToHsv (const ColorT< float > &c) |
|
ColorT< uint8_t > | cinder::svgNameToRgb (const char *svgName, bool *found=NULL) |
|
template<typename T > |
float | cinder::distance (const ColorT< T > &c0, const ColorT< T > &c1) |
|
template<typename T > |
float | cinder::distance (const ColorAT< T > &c0, const ColorAT< T > &c1) |
|
template<typename T > |
CHANTRAIT< T >::Accum | cinder::distance2 (const ColorT< T > &c0, const ColorT< T > &c1) |
|
template<typename T > |
CHANTRAIT< T >::Accum | cinder::distance2 (const ColorAT< T > &c0, const ColorAT< T > &c1) |
|
template<typename T > |
float | cinder::length (const ColorT< T > &c) |
|
template<typename T > |
float | cinder::length (const ColorAT< T > &c) |
|
template<typename T > |
CHANTRAIT< T >::Accum | cinder::length2 (const ColorT< T > &c) |
|
template<typename T > |
CHANTRAIT< T >::Accum | cinder::length2 (const ColorAT< T > &c) |
|
template<typename T > |
CHANTRAIT< T >::Accum | cinder::dot (const ColorT< T > &c0, const ColorT< T > &c1) |
|
template<typename T > |
CHANTRAIT< T >::Accum | cinder::dot (const ColorAT< T > &c0, const ColorAT< T > &c1) |
|
template<typename T > |
ColorT< T > | cinder::normalize (const ColorT< T > &c0) |
|
template<typename T > |
ColorAT< T > | cinder::normalize (const ColorAT< T > &c0) |
|
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) |
|