|
RTS API Documentation
1.10.11
|
#include <switch_core_video.h>
Collaboration diagram for switch_rgb_color_s:Data Fields | |
| uint8_t | b |
| uint8_t | g |
| uint8_t | r |
| uint8_t | a |
Definition at line 101 of file switch_core_video.h.
| uint8_t switch_rgb_color_s::a |
Definition at line 105 of file switch_core_video.h.
Referenced by init_gradient_table(), switch_chromakey_process(), switch_color_set_rgb(), switch_img_8bit(), switch_img_chromakey(), switch_img_fill_noalpha(), switch_img_overlay(), switch_img_patch(), and switch_img_txt_handle_destroy().
| uint8_t switch_rgb_color_s::b |
Definition at line 102 of file switch_core_video.h.
Referenced by get_dom(), get_max(), init_gradient_table(), switch_chromakey_add_color(), switch_chromakey_process(), switch_color_distance(), switch_color_distance_cheap(), switch_color_distance_literal(), switch_color_set_rgb(), switch_img_copy_rect(), switch_img_overlay(), switch_img_patch(), and switch_img_txt_handle_destroy().
| uint8_t switch_rgb_color_s::g |
Definition at line 103 of file switch_core_video.h.
Referenced by get_dom(), get_max(), init_gradient_table(), switch_chromakey_add_color(), switch_chromakey_process(), switch_color_distance(), switch_color_distance_cheap(), switch_color_distance_literal(), switch_color_set_rgb(), switch_img_copy_rect(), switch_img_overlay(), switch_img_patch(), and switch_img_txt_handle_destroy().
| uint8_t switch_rgb_color_s::r |
Definition at line 104 of file switch_core_video.h.
Referenced by get_dom(), get_max(), init_gradient_table(), switch_chromakey_add_color(), switch_chromakey_process(), switch_color_distance(), switch_color_distance_cheap(), switch_color_distance_literal(), switch_color_set_rgb(), switch_img_copy_rect(), switch_img_overlay(), switch_img_patch(), and switch_img_txt_handle_destroy().
1.8.13