#include <SFML/Graphics/Export.h>
Go to the source code of this file.
Data Structures | |
struct | sfBlendMode |
Blending mode for drawing. More... | |
Enumerations | |
enum | sfBlendFactor { sfBlendFactorZero, sfBlendFactorOne, sfBlendFactorSrcColor, sfBlendFactorOneMinusSrcColor, sfBlendFactorDstColor, sfBlendFactorOneMinusDstColor, sfBlendFactorSrcAlpha, sfBlendFactorOneMinusSrcAlpha, sfBlendFactorDstAlpha, sfBlendFactorOneMinusDstAlpha } |
Enumeration of the blending factors. More... | |
enum | sfBlendEquation { sfBlendEquationAdd, sfBlendEquationSubtract, sfBlendEquationReverseSubtract } |
Enumeration of the blending equations. More... | |
Variables | |
CSFML_GRAPHICS_API const sfBlendMode | sfBlendAlpha |
Blend source and dest according to dest alpha. More... | |
CSFML_GRAPHICS_API const sfBlendMode | sfBlendAdd |
Add source to dest. More... | |
CSFML_GRAPHICS_API const sfBlendMode | sfBlendMultiply |
Multiply source and dest. More... | |
CSFML_GRAPHICS_API const sfBlendMode | sfBlendNone |
Overwrite dest with source. More... | |
enum sfBlendEquation |
Enumeration of the blending equations.
Definition at line 57 of file BlendMode.h.
enum sfBlendFactor |
Enumeration of the blending factors.
Definition at line 38 of file BlendMode.h.
CSFML_GRAPHICS_API const sfBlendMode sfBlendAdd |
Add source to dest.
Definition at line 81 of file BlendMode.h.
CSFML_GRAPHICS_API const sfBlendMode sfBlendAlpha |
Blend source and dest according to dest alpha.
Definition at line 80 of file BlendMode.h.
CSFML_GRAPHICS_API const sfBlendMode sfBlendMultiply |
Multiply source and dest.
Definition at line 82 of file BlendMode.h.
CSFML_GRAPHICS_API const sfBlendMode sfBlendNone |
Overwrite dest with source.
Definition at line 83 of file BlendMode.h.