stencil_mask property

stencil_mask property

Gets or sets the mask that is ANDed with the both reference and stored stencil value when test is done.

Definition:

@property
def stencil_mask(self):
    ...
@stencil_mask.setter
def stencil_mask(self, value):
    ...

See Also