b | cinder::ColorT< T > | |
black() | cinder::ColorT< T > | static |
ColorT() | cinder::ColorT< T > | |
ColorT(T aR, T aG, T aB) | cinder::ColorT< T > | |
ColorT(const ColorT< T > &src) | cinder::ColorT< T > | |
ColorT(const char *svgColorName) | cinder::ColorT< T > | |
ColorT(ColorModel cm, const Vec3f &v) | cinder::ColorT< T > | |
ColorT(ColorModel cm, float x, float y, float z) | cinder::ColorT< T > | |
ColorT(const ColorT< FromT > &src) | cinder::ColorT< T > | |
distance(const ColorT< T > &rhs) const | cinder::ColorT< T > | |
distanceSquared(const ColorT< T > &rhs) const | cinder::ColorT< T > | |
dot(const ColorT< T > &rhs) const | cinder::ColorT< T > | |
g | cinder::ColorT< T > | |
get(ColorModel cm) const | cinder::ColorT< T > | |
gray(T value) | cinder::ColorT< T > | static |
hex(uint32_t hexValue) | cinder::ColorT< T > | static |
length() const | cinder::ColorT< T > | |
lengthSquared() const | cinder::ColorT< T > | |
lerp(float fact, const ColorT< T > &d) const | cinder::ColorT< T > | |
max() | cinder::ColorT< T > | static |
normalize() | cinder::ColorT< T > | |
operator const T *() const | cinder::ColorT< T > | |
operator T *() | cinder::ColorT< T > | |
operator!=(const ColorT< T > &rhs) const | cinder::ColorT< T > | |
operator*(const ColorT< T > &rhs) const | cinder::ColorT< T > | |
operator*(T rhs) const | cinder::ColorT< T > | |
operator*(const ColorT< uint8_t > &rhs) const | cinder::ColorT< T > | |
operator*(uint8_t rhs) const | cinder::ColorT< T > | |
operator*=(const ColorT< T > &rhs) | cinder::ColorT< T > | |
operator*=(T rhs) | cinder::ColorT< T > | |
operator*=(const ColorT< uint8_t > &rhs) | cinder::ColorT< T > | |
operator*=(uint8_t rhs) | cinder::ColorT< T > | |
operator+(const ColorT< T > &rhs) const | cinder::ColorT< T > | |
operator+(T rhs) const | cinder::ColorT< T > | |
operator+=(const ColorT< T > &rhs) | cinder::ColorT< T > | |
operator+=(T rhs) | cinder::ColorT< T > | |
operator-(const ColorT< T > &rhs) const | cinder::ColorT< T > | |
operator-(T rhs) const | cinder::ColorT< T > | |
operator-=(const ColorT< T > &rhs) | cinder::ColorT< T > | |
operator-=(T rhs) | cinder::ColorT< T > | |
operator/(const ColorT< T > &rhs) const | cinder::ColorT< T > | |
operator/(T rhs) const | cinder::ColorT< T > | |
operator/(const ColorT< uint8_t > &rhs) const | cinder::ColorT< T > | |
operator/(uint8_t rhs) const | cinder::ColorT< T > | |
operator/=(const ColorT< T > &rhs) | cinder::ColorT< T > | |
operator/=(T rhs) | cinder::ColorT< T > | |
operator/=(const ColorT< uint8_t > &rhs) | cinder::ColorT< T > | |
operator/=(uint8_t rhs) | cinder::ColorT< T > | |
operator=(const ColorT< T > &rhs) | cinder::ColorT< T > | |
operator=(const ColorT< FromT > &rhs) | cinder::ColorT< T > | |
operator==(const ColorT< T > &rhs) const | cinder::ColorT< T > | |
operator[](int n) | cinder::ColorT< T > | |
operator[](int n) const | cinder::ColorT< T > | |
ptr() const | cinder::ColorT< T > | |
r | cinder::ColorT< T > | |
set(T ar, T ag, T ab) | cinder::ColorT< T > | |
set(const ColorT< T > &rhs) | cinder::ColorT< T > | |
set(ColorModel cm, const Vec3f &v) | cinder::ColorT< T > | |
white() | cinder::ColorT< T > | static |