|
El Octavio
1.0
This is a video game about adventures.
|
#include <SFML/Graphics/Export.hpp>
Include dependency graph for BlendMode.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | sf::BlendMode |
| Blending modes for drawing. More... | |
Namespaces | |
| namespace | sf |
Variables | |
| SFML_GRAPHICS_API const BlendMode | sf::BlendAlpha |
| Blend source and dest according to dest alpha. More... | |
| SFML_GRAPHICS_API const BlendMode | sf::BlendAdd |
| Add source to dest. More... | |
| SFML_GRAPHICS_API const BlendMode | sf::BlendMultiply |
| Multiply source and dest. More... | |
| SFML_GRAPHICS_API const BlendMode | sf::BlendNone |
| Overwrite dest with source. More... | |