RenderContextBase.SetColorMask Method

Enable or disable the color components in the render buffer.
Public Sub SetColorMask( _ 
ByVal colorMask As colorMaskFlags
)
This language is not supported or no code example is available.
public void SetColorMask( 
colorMaskFlags colorMask 
)
This language is not supported or no code example is available.

Parameters

colorMask
colorMaskFlags

A Bitwise mask with the color components

Remarks
 
Affects the CurrentBlendState

.NET Framework

Supported in: 4.8

In this article

Definition