table of contents
al_color_rgb_to_xyz(3) | al_color_rgb_to_xyz(3) |
NAME¶
al_color_rgb_to_xyz - Allegro 5 API
SYNOPSIS¶
-
#include <allegro5/allegro_color.h> void al_color_rgb_to_xyz(float red, float green, float blue,
float *x, float *y, float *z)
DESCRIPTION¶
Convert RGB values to XYZ color space.
SINCE¶
5.2.3
SEE ALSO¶
Allegro reference manual |