.\" Automatically generated by Pandoc 3.1.6.2 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "al_color_yuv" "3" "" "Allegro reference manual" "" .hy .SH NAME .PP al_color_yuv - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include ALLEGRO_COLOR al_color_yuv(float y, float u, float v) \f[R] .fi .SH DESCRIPTION .PP Return an ALLEGRO_COLOR(3) structure from YUV values. .SH SEE ALSO .PP al_color_yuv_to_rgb(3), al_color_rgb_to_yuv(3)