Click or drag to resize
PbDataMappingGetMinHLSThreshold Method (Single, Single)

Gets the minimum threshold, its associated HLS color and transparency.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public float[] GetMinHLSThreshold(
	out float threshold_min,
	out float transp_min
)

Parameters

threshold_min
Type: SystemSingle
transp_min
Type: SystemSingle

Return Value

Type: Single
Remarks

NULL is returned if no color is associated to this threshold.

See Also