|
RTS API Documentation
1.10.11
|
#include <switch_core_video.h>
Collaboration diagram for switch_yuv_color_s:Data Fields | |
| uint8_t | y |
| uint8_t | u |
| uint8_t | v |
Definition at line 87 of file switch_core_video.h.
| uint8_t switch_yuv_color_s::u |
Definition at line 89 of file switch_core_video.h.
Referenced by switch_color_set_rgb(), switch_img_draw_pixel(), and switch_img_fill().
| uint8_t switch_yuv_color_s::v |
Definition at line 90 of file switch_core_video.h.
Referenced by switch_color_set_rgb(), switch_img_draw_pixel(), and switch_img_fill().
| uint8_t switch_yuv_color_s::y |
Definition at line 88 of file switch_core_video.h.
Referenced by switch_color_set_rgb(), switch_img_draw_pixel(), and switch_img_fill().
1.8.13