| 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: 2023.1.3.0 (2023.1.3)
Syntaxpublic 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: 
NullableSbColor
RemarksNULL is returned if no color is associated to this threshold.  
See Also