SFML.Net
RenderStates Constructor (BlendMode) |
Construct a default set of render states with a custom blend mode
Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)

public RenderStates( BlendMode blendMode )
Public Sub New ( blendMode As BlendMode )
public: RenderStates( BlendMode blendMode )
new : blendMode : BlendMode -> RenderStates
Parameters
- blendMode
- Type: SFML.GraphicsBlendMode
Blend mode to use
