PoDataMappingGetColor Method (Single, Single) |
Returns the color and the transparency associated to a value.
Namespace: OIV.MeshViz.NodesAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public abstract Nullable<SbColor> GetColor(
float value,
out float transparency
)
Public MustOverride Function GetColor (
value As Single,
<OutAttribute> ByRef transparency As Single
) As Nullable(Of SbColor)
public:
virtual Nullable<SbColor> GetColor(
float value,
[OutAttribute] float% transparency
) abstract
abstract GetColor :
value : float32 *
transparency : float32 byref -> Nullable<SbColor>
Parameters
- value
- Type: SystemSingle
- transparency
- Type: SystemSingle
Return Value
Type:
NullableSbColorRemarks See Also