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

al_color_name_to_rgb(3), al_color_name(3)

Info

Allegro reference manual