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

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

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

Parameters

threshold_min
Type: SystemSingle
transp_min
Type: SystemSingle

Return Value

Type: NullableSbColor
Remarks

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

See Also