Click or drag to resize
SoColorMapInterpolations Enumeration

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 enum Interpolations
Members
  Member nameValueDescription
NEAREST0

Nearest-neighbor interpolation.

LINEAR1

Linear interpolation.

Remarks

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

See Also