Color4< T > Member List
This is the complete list of members for Color4< T >, including all inherited members.
| a (defined in Color4< T >) | Color4< T > | |
| Abs() (defined in Color4< T >) | Color4< T > | |
| Apply(F func) | Color4< T > | |
| b (defined in Color4< T >) | Color4< T > | |
| Black(T alpha=1) | Color4< T > | static |
| Clamp(T limitMin=0, T limitMax=1) (defined in Color4< T >) | Color4< T > | |
| ClampMax(T limitMax=1) (defined in Color4< T >) | Color4< T > | |
| ClampMin(T limitMin=0) (defined in Color4< T >) | Color4< T > | |
| Color4() (defined in Color4< T >) | Color4< T > | |
| Color4(T _r, T _g, T _b, T _a=1) (defined in Color4< T >) | Color4< T > | explicit |
| Color4(T const *c) (defined in Color4< T >) | Color4< T > | explicit |
| Color4(T rgb, T _a=1) (defined in Color4< T >) | Color4< T > | explicit |
| Color4(Color3< T > const &c, T _a=1) (defined in Color4< T >) | Color4< T > | explicit |
| Color4(Color24 const &c, T _a=1) (defined in Color4< T >) | Color4< T > | explicit |
| Color4(Color32 const &c) (defined in Color4< T >) | Color4< T > | explicit |
| Color4(Color3< S > const &c, T _a=1) (defined in Color4< T >) | Color4< T > | explicit |
| Color4(Color4< S > const &c) (defined in Color4< T >) | Color4< T > | explicit |
| g (defined in Color4< T >) | Color4< T > | |
| GetApplied(F func) const | Color4< T > | |
| GetValue(T *v) const | Color4< T > | |
| Gray() const (defined in Color4< T >) | Color4< T > | |
| IsBlack() const | Color4< T > | |
| IsFinite() const | Color4< T > | |
| IsNegative() const | Color4< T > | |
| Linear2sRGB() const | Color4< T > | |
| Luma1() const (defined in Color4< T >) | Color4< T > | |
| Luma2() const (defined in Color4< T >) | Color4< T > | |
| Max() const (defined in Color4< T >) | Color4< T > | |
| Min() const (defined in Color4< T >) | Color4< T > | |
| operator!=(Color4< T > const &c) const (defined in Color4< T >) | Color4< T > | |
| operator* | Color4< T > | friend |
| operator*(Color4< T > const &c) const (defined in Color4< T >) | Color4< T > | |
| operator*(T v) const (defined in Color4< T >) | Color4< T > | |
| operator*=(Color4< T > const &c) (defined in Color4< T >) | Color4< T > | |
| operator*=(T v) (defined in Color4< T >) | Color4< T > | |
| operator+ | Color4< T > | friend |
| operator+(Color4< T > const &c) const (defined in Color4< T >) | Color4< T > | |
| operator+(T v) const (defined in Color4< T >) | Color4< T > | |
| operator+=(Color4< T > const &c) (defined in Color4< T >) | Color4< T > | |
| operator+=(T v) (defined in Color4< T >) | Color4< T > | |
| operator- | Color4< T > | friend |
| operator-() const (defined in Color4< T >) | Color4< T > | |
| operator-(Color4< T > const &c) const (defined in Color4< T >) | Color4< T > | |
| operator-(T v) const (defined in Color4< T >) | Color4< T > | |
| operator-=(Color4< T > const &c) (defined in Color4< T >) | Color4< T > | |
| operator-=(T v) (defined in Color4< T >) | Color4< T > | |
| operator/(Color4< T > const &c) const (defined in Color4< T >) | Color4< T > | |
| operator/(T v) const (defined in Color4< T >) | Color4< T > | |
| operator/=(Color4< T > const &c) (defined in Color4< T >) | Color4< T > | |
| operator/=(T v) (defined in Color4< T >) | Color4< T > | |
| operator<(Color4< T > const &c) const (defined in Color4< T >) | Color4< T > | |
| operator<=(Color4< T > const &c) const (defined in Color4< T >) | Color4< T > | |
| operator==(Color4< T > const &c) const (defined in Color4< T >) | Color4< T > | |
| operator>(Color4< T > const &c) const (defined in Color4< T >) | Color4< T > | |
| operator>=(Color4< T > const &c) const (defined in Color4< T >) | Color4< T > | |
| operator[](int i) (defined in Color4< T >) | Color4< T > | |
| operator[](int i) const (defined in Color4< T >) | Color4< T > | |
| r (defined in Color4< T >) | Color4< T > | |
| Set(T _r, T _g, T _b, T _a=1) | Color4< T > | |
| Set(T const *v) | Color4< T > | |
| SetBlack(T alpha=1) | Color4< T > | |
| SetWhite(T alpha=1) | Color4< T > | |
| sRGB2Linear() const | Color4< T > | |
| Sum() const (defined in Color4< T >) | Color4< T > | |
| White(T alpha=1) | Color4< T > | static |