ColorMask QML Type
Allows specifying which color components should be written to the currently bound frame buffer. 更多...
Import Statement: | import Qt3D.Render 2.0 |
开始支持版本: | Qt 5.7 |
Instantiates: | QColorMask |
基类: |
属性
- alphaMasked : bool
- blueMasked : bool
- greenMasked : bool
- redMasked : bool
详细描述
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.