al_color_rgb_to_name - Man Page
Allegro 5 API
Synopsis
#include <allegro5/allegro_color.h> char const *al_color_rgb_to_name(float r, float g, float b)
Description
Given an RGB triplet with components in the range 0..1, find a color name describing it approximately.
See Also
Info
Allegro reference manual