Click or drag to resize
PbDataMappingGetMaxRGBThreshold Method (Single)

Gets the maximum threshold and its associated RGB color.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public Nullable<SbColor> GetMaxRGBThreshold(
	out float threshold_max
)

Parameters

threshold_max
Type: SystemSingle

Return Value

Type: NullableSbColor
Remarks

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

See Also