| GraphicsHelperBlendStateWriteRed Field |
A default state object for color writes in the red channel.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public static readonly BlendState BlendStateWriteRed
Public Shared ReadOnly BlendStateWriteRed As BlendState
public:
static initonly BlendState^ BlendStateWriteRed
static val BlendStateWriteRed: BlendState
Field Value
Type:
BlendStateRemarks
This default state object has the following settings:
ColorWriteChannels = ColorWriteChannels.Red
This instance must not be modified!
See Also