Click or drag to resize
SoIndexedTexture2imageIndex Property

This field contains the in-memory representation of the indexed texture image.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax
public SoSFArray2D imageIndex { get; }

Property Value

Type: SoSFArray2D
Remarks

Each value of this array is a color index. In the case of float values, data must be between 0 and 1.

See Also