SFML
Simple and Fast Multimedia Library
Loading...
Searching...
No Matches
BlendMode.hpp File Reference
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.
SFML_GRAPHICS_API const BlendMode sf::BlendAdd
 Add source to dest.
SFML_GRAPHICS_API const BlendMode sf::BlendMultiply
 Multiply source and dest.
SFML_GRAPHICS_API const BlendMode sf::BlendMin
 Take minimum between source and dest.
SFML_GRAPHICS_API const BlendMode sf::BlendMax
 Take maximum between source and dest.
SFML_GRAPHICS_API const BlendMode sf::BlendNone
 Overwrite dest with source.