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

Gets the HLS color and the transparency associated to a value.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public float[] GetHLSColor(
	float value,
	out float transparency
)

Parameters

value
Type: SystemSingle
transparency
Type: SystemSingle

Return Value

Type: Single
Remarks

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

See Also