FreeSWITCH API Documentation
1.7.0
|
#include <switch_core_video.h>
Data Fields | |
uint8_t | a |
uint8_t | r |
uint8_t | g |
uint8_t | b |
Definition at line 73 of file switch_core_video.h.
uint8_t switch_rgb_color_s::a |
Definition at line 74 of file switch_core_video.h.
Referenced by switch_img_draw_pixel(), switch_img_get_rgb_pixel(), and switch_img_patch().
uint8_t switch_rgb_color_s::b |
Definition at line 77 of file switch_core_video.h.
Referenced by init_gradient_table(), switch_img_draw_pixel(), switch_img_get_rgb_pixel(), switch_img_overlay(), and switch_img_patch().
uint8_t switch_rgb_color_s::g |
Definition at line 76 of file switch_core_video.h.
Referenced by init_gradient_table(), switch_img_draw_pixel(), switch_img_get_rgb_pixel(), switch_img_overlay(), and switch_img_patch().
uint8_t switch_rgb_color_s::r |
Definition at line 75 of file switch_core_video.h.
Referenced by init_gradient_table(), switch_img_draw_pixel(), switch_img_get_rgb_pixel(), switch_img_overlay(), and switch_img_patch().