nw::gfx::res::ResTextureCombiner::OperandRgb Enumerated Type

Syntax

enum OperandRgb;

Value

Value Description
OPERANDRGB_SRC_COLOR The RGB.
OPERANDRGB_ONE_MINUS_SRC_COLOR 1 - RGB
OPERANDRGB_SRC_ALPHA Alpha.
OPERANDRGB_ONE_MINUS_SRC_ALPHA 1 - alpha
OPERANDRGB_RED R component.
OPERANDRGB_ONE_MINUS_RED 1- R component.
OPERANDRGB_GREEN G component.
OPERANDRGB_ONE_MINUS_GREEN 1- G component.
OPERANDRGB_BLUE B component.
OPERANDRGB_ONE_MINUS_BLUE 1- B component.

Description

Definition of the RGB operand setting for the texture combiner.


CONFIDENTIAL