Click or drag to resize
ColormapGetColor Method
Maps the parameterization interval [0,1] into Colors.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
Color GetColor(
	double t
)

Parameters

t
Type: SystemDouble
A double in the interval [0,1] to be mapped.

Return Value

Type: Color
A Color corresponding to t.
See Also