al_color_rgb_to_yuv

void al_color_rgb_to_yuv(float red, float green, float blue,
   float *y, float *u, float *v)
Introduced in 5.0.0

Convert RGB values to YUV color space.

See also: al_color_yuv, al_color_yuv_to_rgb

Examples: ex_color


Most helpful discussions: