| SoColorMapinterpolation Property  | 
The colormap interpolation type. 
 
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic SoSFEnum<SoColorMapInterpolations> interpolation { get; }Public ReadOnly Property interpolation As SoSFEnum(Of SoColorMapInterpolations)
	Get
public:
property SoSFEnum<SoColorMapInterpolations>^ interpolation {
	SoSFEnum<SoColorMapInterpolations>^ get ();
}member interpolation : SoSFEnum<SoColorMapInterpolations> with get
Property Value
Type: 
SoSFEnumSoColorMapInterpolations
RemarksThese types determine the method used for color map texture filtering. . Default is NEAREST.
  Note | 
|---|
Field available since Open Inventor 9.4.2   | 
See Also