nw::gfx::res::ResBlendOperation::BlendEquation Enumerated Type

Syntax

enum BlendEquation;

Value

Value Description
BLENDEQ_FUNC_ADD Adds the source and destination.
BLENDEQ_FUNC_SUBTRACT Subtracts the destination from the source.
BLENDEQ_FUNC_REVERSE_SUBTRACT Subtracts the source from the destination.
BLENDEQ_MIN Smaller value of either the source or destination.
BLENDEQ_MAX Larger value of either the source or destination.

Description

Defines the blend equation.


CONFIDENTIAL