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