nw::lyt::BlendFactorDst Enumerated Type

Syntax

enum BlendFactorDst;

Value

Value Description
BLENDFACTORDST_0 The value is 0.0.
BLENDFACTORDST_1 The value is 1.0.
BLENDFACTORDST_SRC_COLOR This is (source_color).
BLENDFACTORDST_INV_SRC_COLOR This is (1.0 - source_color).
BLENDFACTORDST_SRC_ALPHA This is (source_alpha).
BLENDFACTORDST_INV_SRC_ALPHA This is (1.0 - source_alpha).
BLENDFACTORDST_DST_ALPHA This is (target_alpha).
BLENDFACTORDST_INV_DST_ALPHA This is (1.0 - target_alpha).
BLENDFACTORDST_MAX Total number of enumerators.

Description

Factor applied to the targeting being blended.

Revision History

2009/09/18
Initial version.

CONFIDENTIAL