PbDataMappingGetMinHLSThreshold Method (Single, Single) |
Gets the minimum threshold, its associated HLS color and transparency.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public float[] GetMinHLSThreshold(
out float threshold_min,
out float transp_min
)
Public Function GetMinHLSThreshold (
<OutAttribute> ByRef threshold_min As Single,
<OutAttribute> ByRef transp_min As Single
) As Single()
public:
array<float>^ GetMinHLSThreshold(
[OutAttribute] float% threshold_min,
[OutAttribute] float% transp_min
)
member GetMinHLSThreshold :
threshold_min : float32 byref *
transp_min : float32 byref -> float32[]
Parameters
- threshold_min
- Type: SystemSingle
- transp_min
- Type: SystemSingle
Return Value
Type:
SingleRemarks NULL is returned if no color is associated to this threshold.
See Also