Click or drag to resize

ColorRangecolorAt Method

Returns the color corresponding to given value.

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Color colorAt(
	double val
)

Parameters

val
Type: SystemDouble
Position value.

Return Value

Type: Color

[Missing <returns> documentation for "M:Karamba.Utilities.ColorRange.colorAt(System.Double)"]

See Also