C# Class Fusion.Drivers.Graphics.BlendState

Describes blending state.
Afficher le fichier Open project: demiurghg/FusionEngine Class Usage Examples

Méthodes publiques

Méthode Description
Create ( ColorChannels mask = ColorChannels.All, Blend src = Blend.One, Blend dst = Blend.Zero, Blend srcA = Blend.One, Blend dstA = Blend.Zero ) : BlendState

Creates new instance of blend state

Private Methods

Méthode Description
BlendState ( ) : System

Method Details

Create() public static méthode

Creates new instance of blend state
public static Create ( ColorChannels mask = ColorChannels.All, Blend src = Blend.One, Blend dst = Blend.Zero, Blend srcA = Blend.One, Blend dstA = Blend.Zero ) : BlendState
mask ColorChannels
src Blend
dst Blend
srcA Blend
dstA Blend
Résultat BlendState