Saga3D API Documentation
1.0-RC4
|
This is the complete list of members for saga::video::SColor, including all inherited members.
color | saga::video::SColor | |
getAlpha() const | saga::video::SColor | inline |
getAverage() const | saga::video::SColor | inline |
getBlue() const | saga::video::SColor | inline |
getData(void *data, E_PIXEL_FORMAT format) const | saga::video::SColor | inline |
getGreen() const | saga::video::SColor | inline |
getInterpolated(const SColor &other, float d) const | saga::video::SColor | inline |
getInterpolated_quadratic(const SColor &c1, const SColor &c2, float d) const | saga::video::SColor | inline |
getLightness() const | saga::video::SColor | inline |
getLuminance() const | saga::video::SColor | inline |
getRed() const | saga::video::SColor | inline |
operator!=(const SColor &other) const | saga::video::SColor | inline |
operator+(const SColor &other) const | saga::video::SColor | inline |
operator<(const SColor &other) const | saga::video::SColor | inline |
operator==(const SColor &other) const | saga::video::SColor | inline |
SColor() | saga::video::SColor | inline |
SColor(std::uint32_t a, std::uint32_t r, std::uint32_t g, std::uint32_t b) | saga::video::SColor | inline |
SColor(std::uint32_t clr) | saga::video::SColor | inline |
set(std::uint32_t a, std::uint32_t r, std::uint32_t g, std::uint32_t b) | saga::video::SColor | inline |
set(std::uint32_t col) | saga::video::SColor | inline |
setAlpha(std::uint32_t a) | saga::video::SColor | inline |
setBlue(std::uint32_t b) | saga::video::SColor | inline |
setData(const void *data, E_PIXEL_FORMAT format) | saga::video::SColor | inline |
setGreen(std::uint32_t g) | saga::video::SColor | inline |
setRed(std::uint32_t r) | saga::video::SColor | inline |
toA1R5G5B5() const | saga::video::SColor | inline |
toGLM() const | saga::video::SColor | inline |
toOpenGLColor(std::uint8_t *dest) const | saga::video::SColor | inline |