Click or drag to resize
PbDataMappingGetMinRGBThreshold Method (Single)

Gets the minimum threshold and its associated RGB color.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public Nullable<SbColor> GetMinRGBThreshold(
	out float threshold_min
)

Parameters

threshold_min
Type: SystemSingle

Return Value

Type: NullableSbColor
Remarks

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

See Also