al_is_color_valid - Man Page

Allegro 5 API

Synopsis

#include <allegro5/allegro_color.h>

Description

Checks if all components of the color are between 0 and 1. Some of the color conversions in this addon support color spaces with more colors than can be represented in sRGB and when converted to RGB will result in invalid color components outside the 0..1 range.

Since

5.2.3

Referenced By

al_color_lab(3), al_color_xyz(3).

Allegro reference manual