1al_color_cmyk_to_rgb(3) al_color_cmyk_to_rgb(3)
23
4
NAME
6al_color_cmyk_to_rgb - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro_color.h>
1011
void al_color_cmyk_to_rgb(float cyan, float magenta, float yellow,
12float key, float *red, float *green, float *blue)
13
DESCRIPTION
15Convert CMYK values to RGB values.
16
SEE ALSO
18al_color_cmyk(3), al_color_rgb_to_cmyk(3)
1920
21
22
Allegro reference manual al_color_cmyk_to_rgb(3)