SDL  2.0
RGB2YUVFactors Struct Reference

Data Fields

int y_offset
 
float y [3]
 
float u [3]
 
float v [3]
 

Detailed Description

Definition at line 448 of file SDL_yuv.c.

Field Documentation

◆ u

◆ v

float RGB2YUVFactors::v[3]

Definition at line 453 of file SDL_yuv.c.

Referenced by SDL_ConvertPixels_RGB_to_YUV().

◆ y

◆ y_offset

int RGB2YUVFactors::y_offset

Definition at line 450 of file SDL_yuv.c.


The documentation for this struct was generated from the following file: