Click or drag to resize
PoDataMapping.GetColor Method (Single)

Returns the color associated to a value.

Namespace: OIV.MeshViz.Nodes
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public abstract Nullable<SbColor> GetColor(
	float value
)

Parameters

value
Type: System.Single

Return Value

Type: Nullable<SbColor>
Remarks

See Also