nw::lyt::BlendMode::Set Member Function

Syntax

void Set(
     BlendOp aBlendOp,
     BlendFactorSrc aSrcFactor,
     BlendFactorDst aDstFactor,
     LogicOp aLogicOp
);

Arguments

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.

Return Values

None.

Description

Changes settings.

Revision History

2009/09/18
Initial version.

CONFIDENTIAL