1al_color_cmyk_to_rgb(3)                                al_color_cmyk_to_rgb(3)
2
3
4

NAME

6       al_color_cmyk_to_rgb - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro_color.h>
10
11              void al_color_cmyk_to_rgb(float cyan, float magenta, float yellow,
12                  float key, float *red, float *green, float *blue)
13

DESCRIPTION

15       Convert CMYK values to RGB values.
16

SEE ALSO

18       al_color_cmyk(3), al_color_rgb_to_cmyk(3)
19
20
21
22Allegro reference manual                               al_color_cmyk_to_rgb(3)
Impressum