| PbDataMappingGetRGBColor Method (Single) | 
Gets RGB color associated to a value. 
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic Nullable<SbColor> GetRGBColor(
	float value
)
Public Function GetRGBColor ( 
	value As Single
) As Nullable(Of SbColor)
public:
Nullable<SbColor> GetRGBColor(
	float value
)
member GetRGBColor : 
        value : float32 -> Nullable<SbColor> 
Parameters
- value
 - Type: SystemSingle
 
Return Value
Type: 
NullableSbColor
RemarksIf the returned value is NULL, this means that there is no color associated to this value.  
See Also