PoNonLinearDataMappingColorFunction Delegate |
Color callback prototype.
Namespace: OIV.MeshViz.NodesAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public delegate Nullable<SbColor> ColorFunction(
float value
)
Public Delegate Function ColorFunction (
value As Single
) As Nullable(Of SbColor)
public delegate Nullable<SbColor> ColorFunction(
float value
)
type ColorFunction =
delegate of
value : float32 -> Nullable<SbColor>
Parameters
- value
- Type: SystemSingle
Return Value
Type:
NullableSbColorRemarks See Also