Blending mode for drawing. More...
#include <BlendMode.h>
Public Attributes | |
sfBlendFactor | colorSrcFactor |
Source blending factor for the color channels. More... | |
sfBlendFactor | colorDstFactor |
Destination blending factor for the color channels. More... | |
sfBlendEquation | colorEquation |
Blending equation for the color channels. More... | |
sfBlendFactor | alphaSrcFactor |
Source blending factor for the alpha channel. More... | |
sfBlendFactor | alphaDstFactor |
Destination blending factor for the alpha channel. More... | |
sfBlendEquation | alphaEquation |
Blending equation for the alpha channel. More... | |
Blending mode for drawing.
Definition at line 69 of file BlendMode.h.
sfBlendFactor sfBlendMode::alphaDstFactor |
Destination blending factor for the alpha channel.
Definition at line 75 of file BlendMode.h.
sfBlendEquation sfBlendMode::alphaEquation |
Blending equation for the alpha channel.
Definition at line 76 of file BlendMode.h.
sfBlendFactor sfBlendMode::alphaSrcFactor |
Source blending factor for the alpha channel.
Definition at line 74 of file BlendMode.h.
sfBlendFactor sfBlendMode::colorDstFactor |
Destination blending factor for the color channels.
Definition at line 72 of file BlendMode.h.
sfBlendEquation sfBlendMode::colorEquation |
Blending equation for the color channels.
Definition at line 73 of file BlendMode.h.
sfBlendFactor sfBlendMode::colorSrcFactor |
Source blending factor for the color channels.
Definition at line 71 of file BlendMode.h.