Click or drag to resize
PbDataMappingGetHLSColor Method (Single)

Gets HLS color associated with a value.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public float[] GetHLSColor(
	float value
)

Parameters

value
Type: SystemSingle

Return Value

Type: Single
Remarks

If the returned value is NULL, this means that there is no color associated with this value.

See Also