nw::lyt::BlendMode::Set Member Function
void Set(
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. |
Changes settings.
CONFIDENTIAL