Click or drag to resize
PoNonLinearDataMappingColorFunction Delegate

Color callback prototype.

Namespace: OIV.MeshViz.Nodes
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntax
public delegate Nullable<SbColor> ColorFunction(
	float value
)

Parameters

value
Type: SystemSingle

Return Value

Type: NullableSbColor
Remarks

See Also