PbDataMappingGetMaxRGBThreshold Method (Single, Single) |
Gets the maximum threshold, its associated RGB color and transparency.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public Nullable<SbColor> GetMaxRGBThreshold(
out float threshold_max,
out float transp_max
)
Public Function GetMaxRGBThreshold (
<OutAttribute> ByRef threshold_max As Single,
<OutAttribute> ByRef transp_max As Single
) As Nullable(Of SbColor)
public:
Nullable<SbColor> GetMaxRGBThreshold(
[OutAttribute] float% threshold_max,
[OutAttribute] float% transp_max
)
member GetMaxRGBThreshold :
threshold_max : float32 byref *
transp_max : float32 byref -> Nullable<SbColor>
Parameters
- threshold_max
- Type: SystemSingle
- transp_max
- Type: SystemSingle
Return Value
Type:
NullableSbColorRemarks NULL is returned if no color is associated to this threshold.
See Also