al_color_rgb_to_oklab - Man Page
Allegro 5 API
Synopsis
#include <allegro5/allegro_color.h> void al_color_rgb_to_oklab(float red, float green, float blue, float *ol, float *oa, float *ob)
Description
Convert RGB values to the Oklab color space.
Since
5.2.8
See Also
Referenced By
al_color_oklab(3), al_color_oklab_to_rgb(3).
Allegro reference manual