Jimcpp 2.1.0
Jimcpp is a high-performance c++ graphics engine.
|
This is the complete list of members for jpp::video::SColorf, including all inherited members.
a | jpp::video::SColorf | |
b | jpp::video::SColorf | |
g | jpp::video::SColorf | |
getAlpha() const | jpp::video::SColorf | inline |
getBlue() const | jpp::video::SColorf | inline |
getGreen() const | jpp::video::SColorf | inline |
getInterpolated(const SColorf &other, f32 d) const | jpp::video::SColorf | inline |
getInterpolated_quadratic(const SColorf &c1, const SColorf &c2, f32 d) const | jpp::video::SColorf | inline |
getRed() const | jpp::video::SColorf | inline |
r | jpp::video::SColorf | |
SColorf() | jpp::video::SColorf | inline |
SColorf(f32 r, f32 g, f32 b, f32 a=1.0f) | jpp::video::SColorf | inline |
SColorf(SColor c) | jpp::video::SColorf | inline |
set(f32 rr, f32 gg, f32 bb) | jpp::video::SColorf | inline |
set(f32 aa, f32 rr, f32 gg, f32 bb) | jpp::video::SColorf | inline |
setColorComponentValue(s32 index, f32 value) | jpp::video::SColorf | inline |
toSColor() const | jpp::video::SColorf | inline |