Color-related functionality and class thor::ColorGradient. More...
Go to the source code of this file.
Classes | |
class | thor::ColorGradient |
Class to implement color gradients. More... | |
Functions | |
sf::Color | thor::BlendColors (const sf::Color &firstColor, const sf::Color &secondColor, float interpolation) |
Blends the colors firstColor and secondColor, according to the given interpolation. | |
Variables | |
const sf::Color | thor::Transparency |
Transparent color == sf::Color(0,0,0,0). |
Color-related functionality and class thor::ColorGradient.