a | cinder::ColorAT< T > | |
b | cinder::ColorAT< T > | |
black() | cinder::ColorAT< T > | static |
ColorAT() | cinder::ColorAT< T > | |
ColorAT(T aR, T aG, T aB, T aA=CHANTRAIT< T >::convert(1.0f)) | cinder::ColorAT< T > | |
ColorAT(const ColorAT< T > &src) | cinder::ColorAT< T > | |
ColorAT(const ColorT< T > &col, T aA=CHANTRAIT< T >::convert(1.0f)) | cinder::ColorAT< T > | |
ColorAT(const char *svgColorName, T aA=CHANTRAIT< T >::convert(1.0f)) | cinder::ColorAT< T > | |
ColorAT(ColorModel cm, float c1, float c2, float c3, float aA=CHANTRAIT< T >::convert(1.0f)) | cinder::ColorAT< T > | |
ColorAT(const ColorT< FromT > &src) | cinder::ColorAT< T > | |
ColorAT(const ColorAT< FromT > &src) | cinder::ColorAT< T > | |
g | cinder::ColorAT< T > | |
gray(T value, T alpha=CHANTRAIT< T >::max()) | cinder::ColorAT< T > | static |
hex(uint32_t hexValue) | cinder::ColorAT< T > | static |
hexA(uint32_t hexValue) | cinder::ColorAT< T > | static |
length() const | cinder::ColorAT< T > | |
lengthSquared() const | cinder::ColorAT< T > | |
lerp(T fact, const ColorAT< T > &d) const | cinder::ColorAT< T > | |
lerp(uint8_t fact, const ColorAT< uint8_t > &d) const | cinder::ColorAT< T > | |
normalize() | cinder::ColorAT< T > | |
operator ColorT< T >() | cinder::ColorAT< T > | |
operator const T *() const | cinder::ColorAT< T > | |
operator T *() | cinder::ColorAT< T > | |
operator!=(const ColorAT< T > &rhs) const | cinder::ColorAT< T > | |
operator*(const ColorAT< T > &rhs) const | cinder::ColorAT< T > | |
operator*(T rhs) const | cinder::ColorAT< T > | |
operator*(const ColorAT< uint8_t > &rhs) const | cinder::ColorAT< T > | |
operator*(uint8_t rhs) const | cinder::ColorAT< T > | |
operator*=(const ColorAT< T > &rhs) | cinder::ColorAT< T > | |
operator*=(T rhs) | cinder::ColorAT< T > | |
operator*=(const ColorAT< uint8_t > &rhs) | cinder::ColorAT< T > | |
operator*=(uint8_t rhs) | cinder::ColorAT< T > | |
operator+(const ColorAT< T > &rhs) const | cinder::ColorAT< T > | |
operator+(T rhs) const | cinder::ColorAT< T > | |
operator+=(const ColorAT< T > &rhs) | cinder::ColorAT< T > | |
operator+=(T rhs) | cinder::ColorAT< T > | |
operator-(const ColorAT< T > &rhs) const | cinder::ColorAT< T > | |
operator-(T rhs) const | cinder::ColorAT< T > | |
operator-=(const ColorAT< T > &rhs) | cinder::ColorAT< T > | |
operator-=(T rhs) | cinder::ColorAT< T > | |
operator/(const ColorAT< T > &rhs) const | cinder::ColorAT< T > | |
operator/(T rhs) const | cinder::ColorAT< T > | |
operator/(const ColorAT< uint8_t > &rhs) const | cinder::ColorAT< T > | |
operator/(uint8_t rhs) const | cinder::ColorAT< T > | |
operator/=(const ColorAT< T > &rhs) | cinder::ColorAT< T > | |
operator/=(T rhs) | cinder::ColorAT< T > | |
operator/=(const ColorAT< uint8_t > &rhs) | cinder::ColorAT< T > | |
operator/=(uint8_t rhs) | cinder::ColorAT< T > | |
operator=(const ColorAT< T > &rhs) | cinder::ColorAT< T > | |
operator=(const ColorAT< FromT > &rhs) | cinder::ColorAT< T > | |
operator==(const ColorAT< T > &rhs) const | cinder::ColorAT< T > | |
operator[](int n) | cinder::ColorAT< T > | |
operator[](int n) const | cinder::ColorAT< T > | |
premultiplied() const | cinder::ColorAT< T > | |
ptr() const | cinder::ColorAT< T > | |
r | cinder::ColorAT< T > | |
set(T ar, T ag, T ab, T aa) | cinder::ColorAT< T > | |
set(const ColorAT< T > &rhs) | cinder::ColorAT< T > | |
white() | cinder::ColorAT< T > | static |
zero() | cinder::ColorAT< T > | static |