Cinder
Main Page
Related Pages
Namespaces
Classes
Files
Class List
Class Hierarchy
Class Members
cinder::ColorT< T > Member List
This is the complete list of members for
cinder::ColorT< T >
, including all inherited members.
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
(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)
cinder::ColorT< T >
length
() const
cinder::ColorT< T >
lengthSquared
() const
cinder::ColorT< T >
lerp
(T fact, const ColorT< T > &d) const
cinder::ColorT< T >
lerp
(uint8_t fact, const ColorT< uint8_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*
(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[]
(int n)
cinder::ColorT< T >
r
cinder::ColorT< T >
set
(ColorModel cm, const Vec3f &v)
cinder::ColorT< T >
white
()
cinder::ColorT< T >
[static]