Class TargetBlendState
public class TargetBlendState
- Inheritance
-
TargetBlendState
- Inherited Members
Properties
AlphaBlendFunction
public BlendFunction AlphaBlendFunction { get; set; }
Property Value
AlphaDestinationBlend
public Blend AlphaDestinationBlend { get; set; }
Property Value
AlphaSourceBlend
public Blend AlphaSourceBlend { get; set; }
Property Value
ColorBlendFunction
public BlendFunction ColorBlendFunction { get; set; }
Property Value
ColorDestinationBlend
public Blend ColorDestinationBlend { get; set; }
Property Value
ColorSourceBlend
public Blend ColorSourceBlend { get; set; }
Property Value
ColorWriteChannels
public ColorWriteChannels ColorWriteChannels { get; set; }