Click or drag to resize
SoColorMapInterpolations Enumeration

The colormap interpolation type.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
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