| PbDataMappingGetRGBColor Method (Single, Single) | 
Gets the RGB color and the transparency associated with a value. 
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic Nullable<SbColor> GetRGBColor(
	float value,
	out float transparency
)
Public Function GetRGBColor ( 
	value As Single,
	<OutAttribute> ByRef transparency As Single
) As Nullable(Of SbColor)
public:
Nullable<SbColor> GetRGBColor(
	float value, 
	[OutAttribute] float% transparency
)
member GetRGBColor : 
        value : float32 * 
        transparency : float32 byref -> Nullable<SbColor> 
Parameters
- value
 - Type: SystemSingle
 - transparency
 - 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