Saga3D API Documentation
1.0-RC4
|
This is the complete list of members for saga::video::SColorf, including all inherited members.
a | saga::video::SColorf | |
b | saga::video::SColorf | |
g | saga::video::SColorf | |
getAlpha() const | saga::video::SColorf | inline |
getBlue() const | saga::video::SColorf | inline |
getGreen() const | saga::video::SColorf | inline |
getInterpolated(const SColorf &other, float d) const | saga::video::SColorf | inline |
getInterpolated_quadratic(const SColorf &c1, const SColorf &c2, float d) const | saga::video::SColorf | inline |
getRed() const | saga::video::SColorf | inline |
r | saga::video::SColorf | |
SColorf() | saga::video::SColorf | inline |
SColorf(float r, float g, float b, float a=1.0f) | saga::video::SColorf | inline |
SColorf(SColor c) | saga::video::SColorf | inline |
set(float rr, float gg, float bb) | saga::video::SColorf | inline |
set(float aa, float rr, float gg, float bb) | saga::video::SColorf | inline |
setColorComponentValue(std::int32_t index, float value) | saga::video::SColorf | inline |
toSColor() const | saga::video::SColorf | inline |