Extracted from Pike v7.3 release 14 at 2002-02-15.
pike.roxen.com
[Top]
Colors

Method Colors.color_name()


Method color_name

string Colors.color_name(array(int(0..255)) rgb)

Description

Tries to find a name to color described by the provided RGB values. Partially an inverse function to Colors.parse_color, although it can not find all the names that Colors.parse_color can find RGB values for. Returns the colors rgb hex value prepended with "#" upon failure.