Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / CurrentColorMask Property

In This Topic
    CurrentColorMask Property
    In This Topic
    The current color mask that determines the color components written in the render buffer.
    Syntax
    'Declaration
     
    Public ReadOnly Property CurrentColorMask As colorMaskFlags
    public colorMaskFlags CurrentColorMask {get;}
    See Also