QBlendEquation Class
(Qt3DRender::QBlendEquation)Inherits: | QRenderState |
Public Types
enum | BlendFunction { Add, Subtract, ReverseSubtract, Min, Max } |
Properties
- blendFunction : BlendFunction
- 2 properties inherited from Qt3DCore::QNode
Public Functions
QBlendEquation(Qt3DCore::QNode *parent = nullptr) | |
~QBlendEquation() | |
BlendFunction | blendFunction() const |
- 6 public functions inherited from Qt3DCore::QNode
Public Slots
void | setBlendFunction(BlendFunction blendFunction) |
- 2 public slots inherited from Qt3DCore::QNode
Signals
void | blendFunctionChanged(BlendFunction blendFunction) |
- 3 signals inherited from Qt3DCore::QNode
Additional Inherited Members
- 2 protected functions inherited from Qt3DCore::QNode
Property Documentation
blendFunction : BlendFunction
Access functions:
BlendFunction | blendFunction() const |
void | setBlendFunction(BlendFunction blendFunction) |
Notifier signal:
void | blendFunctionChanged(BlendFunction blendFunction) |