This is the complete list of members for
cpe::color, including all inherited members.
b() const | cpe::color | |
b() | cpe::color | |
clamped() const | cpe::color | |
color() | cpe::color | |
color(const int &gray) | cpe::color | |
color(const int &r, const int &g, const int &b) | cpe::color | |
g() const | cpe::color | |
g() | cpe::color | |
internal_b | cpe::color | [private] |
internal_g | cpe::color | [private] |
internal_r | cpe::color | [private] |
interpolate_linear(const color &c1, const color &c2, const double &alpha) | cpe::color | [static] |
interpolate_linear(const std::vector< color > &v_color, const std::vector< double > &weights) | cpe::color | [static] |
operator*(const double &alpha, const color &c) | cpe::color | [friend] |
operator*(const color &c, const double &alpha) | cpe::color | [friend] |
operator*=(const double &alpha) | cpe::color | |
operator+(const color &c0, const color &c1) | cpe::color | [friend] |
operator+=(const color &c) | cpe::color | |
operator<<(std::ostream &stream, const color &c) | cpe::color | [friend] |
r() const | cpe::color | |
r() | cpe::color | |
set(const int &r, const int &g, const int &b) | cpe::color | |