BlendMode Fields

SFML.Net

BlendMode Fields

The BlendMode type exposes the following members.

Fields
  Name Description
Public field Static member Add
Add source to dest
Public field Static member Alpha
Blend source and dest according to dest alpha
Public field AlphaDstFactor
Destination blending factor for the alpha channel
Public field AlphaEquation
Blending equation for the alpha channel
Public field AlphaSrcFactor
Source blending factor for the alpha channel
Public field ColorDstFactor
Destination blending factor for the color channels
Public field ColorEquation
Blending equation for the color channels
Public field ColorSrcFactor
Source blending factor for the color channels
Public field Static member Multiply
Multiply source and dest
Public field Static member None
Overwrite dest with source
Top
See Also