Table of Contents
getNearestNamedColor Method 

Returns the nearest named color.

Syntax
JavaScript
 ColorPicker.getNearestNamedColor(c)

Parameters

c
Color in the form of "#RRGGBB".

Return Value

Nearest named color in the form of "#RRGGBB".

See Also