nw::lyt::BlendMode::BlendMode Constructor
BlendMode(
BlendOp aBlendOp,
BlendFactorSrc aSrcFactor,
BlendFactorDst aDstFactor,
LogicOp aLogicOp
);
| Name | Description | |
|---|---|---|
| aBlendOp | Specifies the blend operation type. | |
| aSrcFactor | Sets the value to multiply the pixel color by. | |
| aDstFactor | Sets the value to multiply the frame buffer color by. | |
| aLogicOp | Specifies the logical operation type. |
Constructor.
Initialized using specified settings.
CONFIDENTIAL