QColorMask露
- PyQt5.Qt3DRender.QColorMask
Inherits from QRenderState.
Description露
Allows specifying which color components should be written to the currently bound frame buffer.
By default, the property for each color component (red, green, blue, alpha) is set to true
which means they will be written to the frame buffer. Setting any of the color component to false
will prevent it from being written into the frame buffer.
Methods露
- __init__(parent: QNode = None)
Constructs a new Qt3DCore::QColorMask instance with parent as parent.
- isAlphaMasked() → bool
TODO
- isBlueMasked() → bool
TODO
- isGreenMasked() → bool
TODO
- isRedMasked() → bool
TODO
- setAlphaMasked(bool)
See also
- setBlueMasked(bool)
See also
- setGreenMasked(bool)
See also
- setRedMasked(bool)
See also
Signals露
- alphaMaskedChanged(bool)
TODO
- blueMaskedChanged(bool)
TODO
- greenMaskedChanged(bool)
TODO
- redMaskedChanged(bool)
TODO