Click or drag to resize
SoColorMapinterpolation Property

The colormap interpolation type.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFEnum<SoColorMapInterpolations> interpolation { get; }

Property Value

Type: SoSFEnumSoColorMapInterpolations
Remarks

These types determine the method used for color map texture filtering. . Default is NEAREST.

Note Note

Field available since Open Inventor 9.4.2

See Also