SYNOPSIS #include <allegro5/allegro_color.h>ALLEGRO_COLOR al_color_cmyk(float c, float m, float y, float k) DESCRIPTION Return an ALLEGRO_COLOR(3alleg5) structure from CMYK values (cyan, magenta, yellow, black).