Click or drag to resize
PoNonLinearDataMappingSetColorMapping Method

Note: This API is now obsolete.

Use ColorMapping property instead. Sets the delegate which computes a color from a real value.

Namespace: OIV.MeshViz.Nodes
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use ColorMapping property instead")]
public void SetColorMapping(
	PoNonLinearDataMappingColorFunction method
)

Parameters

method
Type: OIV.MeshViz.NodesPoNonLinearDataMappingColorFunction
See Also