Eyeshot 11 WPF API Reference
WPF 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