1al_color_rgb_to_yuv(3) al_color_rgb_to_yuv(3)
23
4
NAME
6al_color_rgb_to_yuv - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro_color.h>
1011
void al_color_rgb_to_yuv(float red, float green, float blue,
12float *y, float *u, float *v)
13
DESCRIPTION
15Convert RGB values to YUV color space.
16
SEE ALSO
18al_color_yuv(3), al_color_yuv_to_rgb(3)
1920
21
22
Allegro reference manual al_color_rgb_to_yuv(3)