SoIndexedTexture2imageIndex Property |
This field contains the in-memory representation of the indexed texture image.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFArray2D imageIndex { get; }
Public ReadOnly Property imageIndex As SoSFArray2D
Get
public:
property SoSFArray2D^ imageIndex {
SoSFArray2D^ get ();
}
member imageIndex : SoSFArray2D with get
Property Value
Type:
SoSFArray2DRemarks Each value of this array is a color index. In the case of float values, data must be between 0 and 1.
See Also