Click or drag to resize
PbNonLinearDataMappingSetRGBMapping Method

Note: This API is now obsolete.

Use RGBMapping property instead. Sets a non linear delegate for data mapping. Returns a RGB color.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use RGBMapping property instead.")]
public void SetRGBMapping(
	PbNonLinearDataMappingRGBFunction method
)

Parameters

method
Type: OIV.MeshViz.GraphPbNonLinearDataMappingRGBFunction
See Also