Maps the parameterization interval [0,1] into Colors.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
Color GetColor(
	double t
)
Visual Basic (Declaration)
Function GetColor ( _
	t As Double _
) As Color
Visual C++
Color GetColor(
	double t
)

Parameters

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

Return Value

A Color corresponding to t.

See Also