a | cinder::ColorAT< T > | |
b | cinder::ColorAT< T > | |
black() | cinder::ColorAT< T > | static |
ColorAT() | cinder::ColorAT< T > | |
ColorAT(T red, T green, T blue, T alpha=CHANTRAIT< T >::convert(1.0f)) | cinder::ColorAT< T > | |
ColorAT(const ColorAT< T > &src) | cinder::ColorAT< T > | |
ColorAT(const ColorT< T > &color, T alpha=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 c0, float c1, float c2, float alpha=CHANTRAIT< T >::convert(1.0f)) | cinder::ColorAT< T > | |
ColorAT(const ColorT< FromT > &src) | cinder::ColorAT< T > | |
ColorAT(const vec4 &src) | cinder::ColorAT< T > | |
ColorAT(const ColorAT< FromT > &src) | cinder::ColorAT< T > | |
g | cinder::ColorAT< T > | |
get(ColorModel cm) const | 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 |
lerp(T fact, const ColorAT< T > &d) const | cinder::ColorAT< T > | |
lerp(uint8_t fact, const ColorAT< uint8_t > &d) const | cinder::ColorAT< T > | |
operator ColorT< T >() const | cinder::ColorAT< T > | |
operator glm::vec4() const | cinder::ColorAT< T > | |
operator!=(const ColorAT< T > &rhs) const | cinder::ColorAT< T > | |
operator*(const ColorAT< T > &rhs) const | cinder::ColorAT< T > | |
operator*(const glm::vec4 &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*=(const glm::vec4 &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+(const glm::vec4 &rhs) const | cinder::ColorAT< T > | |
operator+(T rhs) const | cinder::ColorAT< T > | |
operator+=(const ColorAT< T > &rhs) | cinder::ColorAT< T > | |
operator+=(const glm::vec4 &rhs) | cinder::ColorAT< T > | |
operator+=(T rhs) | cinder::ColorAT< T > | |
operator-(const ColorAT< T > &rhs) const | cinder::ColorAT< T > | |
operator-(const glm::vec4 &rhs) const | cinder::ColorAT< T > | |
operator-(T rhs) const | cinder::ColorAT< T > | |
operator-=(const ColorAT< T > &rhs) | cinder::ColorAT< T > | |
operator-=(const glm::vec4 &rhs) | cinder::ColorAT< T > | |
operator-=(T rhs) | cinder::ColorAT< T > | |
operator/(const ColorAT< T > &rhs) const | cinder::ColorAT< T > | |
operator/(const glm::vec4 &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/=(const vec4 &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< 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(ColorModel cm, const vec4 &v) | cinder::ColorAT< T > | |
white() | cinder::ColorAT< T > | static |
zero() | cinder::ColorAT< T > | static |