Click or drag to resize
PoDataMappingGetColor Method (Single, Single)

Returns the color and the transparency associated to a value.

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

Parameters

value
Type: SystemSingle
transparency
Type: SystemSingle

Return Value

Type: NullableSbColor
Remarks

See Also