Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / SetColorMask Method
A Bitwise mask with the color components

In This Topic
    SetColorMask Method
    In This Topic
    Enable or disable the color components in the render buffer.
    Syntax
    'Declaration
     
    Public Sub SetColorMask( _
       ByVal colorMask As colorMaskFlags _
    ) 
    public void SetColorMask( 
       colorMaskFlags colorMask
    )

    Parameters

    colorMask
    A Bitwise mask with the color components

    Return Value

    The previous color mask
    Remarks
    Affects the CurrentBlendState
    See Also