Click or drag to resize
SoTextureCombinerOperandRGBAs Enumeration

Specifies the input mapping for the RGB and alpha portions of operand n.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum OperandRGBAs
Members
  Member nameValueDescription
SRC_COLOR768

(Cred, Cgreen, Cblue).

Not accepted for alpha operands.

ONE_MINUS_SRC_COLOR769

(1 - Cred, 1 - Cgreen, 1 - Cblue).

Not accepted for alpha operands.

SRC_ALPHA770

(Calpha, Calpha, Calpha).

ONE_MINUS_SRC_ALPHA771

(1 - Calpha, 1 - Calpha, 1 - Calpha).

Remarks

See OpenGL documentation for details.

See Also