![]() |
Duckcpp 2.1.0
Duckcpp is a high-performance c++ graphics engine.
|
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, dcpp::float32_kt d) const | dcpp::video::SColor | inline |
| getInterpolated_quadratic(const SColor &c1, const SColor &c2, dcpp::float32_kt 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(dcpp::uint32_kt a, dcpp::uint32_kt r, dcpp::uint32_kt g, dcpp::uint32_kt b) | dcpp::video::SColor | inline |
| SColor(dcpp::uint32_kt clr) | dcpp::video::SColor | inline |
| set(dcpp::uint32_kt a, dcpp::uint32_kt r, dcpp::uint32_kt g, dcpp::uint32_kt b) | dcpp::video::SColor | inline |
| set(dcpp::uint32_kt col) (defined in dcpp::video::SColor) | dcpp::video::SColor | inline |
| setAlpha(dcpp::uint32_kt a) | dcpp::video::SColor | inline |
| setBlue(dcpp::uint32_kt b) | dcpp::video::SColor | inline |
| setData(const void *data, ECOLOR_FORMAT format) | dcpp::video::SColor | inline |
| setGreen(dcpp::uint32_kt g) | dcpp::video::SColor | inline |
| setRed(dcpp::uint32_kt r) | dcpp::video::SColor | inline |
| toA1R5G5B5() const | dcpp::video::SColor | inline |
| toOpenGLColor(dcpp::uint8_kt *dest) const | dcpp::video::SColor | inline |