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