nw::gfx::res::ResTextureCombinerOperand::Kind Enumerated Type

Syntax

enum Kind;

Value

Value Description
KIND_SRC_COLOR The RGB.
KIND_ONE_MINUS_SRC_COLOR 1 - RGB
KIND_SRC_ALPHA Alpha.
KIND_ONE_MINUS_SRC_ALPHA 1 - alpha
KIND_SRC_R
KIND_SRC_G
KIND_SRC_B
KIND_ONE_MINUS_SRC_R
KIND_ONE_MINUS_SRC_G
KIND_ONE_MINUS_SRC_B

Description

The operand.


CONFIDENTIAL