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 449 of file SDL_yuv.c.

Field Documentation

◆ u

◆ v

float RGB2YUVFactors::v[3]

Definition at line 454 of file SDL_yuv.c.

◆ y

float RGB2YUVFactors::y[3]

Definition at line 452 of file SDL_yuv.c.

◆ y_offset

int RGB2YUVFactors::y_offset

Definition at line 451 of file SDL_yuv.c.


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