This is the complete list of members for jpp::video::SColor, including all inherited members.
color | jpp::video::SColor | |
getAlpha() const | jpp::video::SColor | inline |
getAverage() const | jpp::video::SColor | inline |
getBlue() const | jpp::video::SColor | inline |
getData(void *data, ECOLOR_FORMAT format) const | jpp::video::SColor | inline |
getGreen() const | jpp::video::SColor | inline |
getInterpolated(const SColor &other, f32 d) const | jpp::video::SColor | inline |
getInterpolated_quadratic(const SColor &c1, const SColor &c2, f32 d) const | jpp::video::SColor | inline |
getLightness() const | jpp::video::SColor | inline |
getLuminance() const | jpp::video::SColor | inline |
getRed() const | jpp::video::SColor | inline |
operator!=(const SColor &other) const | jpp::video::SColor | inline |
operator+(const SColor &other) const | jpp::video::SColor | inline |
operator<(const SColor &other) const | jpp::video::SColor | inline |
operator==(const SColor &other) const | jpp::video::SColor | inline |
SColor() | jpp::video::SColor | inline |
SColor(u32 a, u32 r, u32 g, u32 b) | jpp::video::SColor | inline |
SColor(u32 clr) | jpp::video::SColor | inline |
set(u32 a, u32 r, u32 g, u32 b) | jpp::video::SColor | inline |
set(u32 col) (defined in jpp::video::SColor) | jpp::video::SColor | inline |
setAlpha(u32 a) | jpp::video::SColor | inline |
setBlue(u32 b) | jpp::video::SColor | inline |
setData(const void *data, ECOLOR_FORMAT format) | jpp::video::SColor | inline |
setGreen(u32 g) | jpp::video::SColor | inline |
setRed(u32 r) | jpp::video::SColor | inline |
toA1R5G5B5() const | jpp::video::SColor | inline |
toOpenGLColor(u8 *dest) const | jpp::video::SColor | inline |