|
RTS API Documentation
1.10.11
|
#include <switch_core_video.h>
Collaboration diagram for switch_hsl_color_s:Data Fields | |
| double | h |
| double | s |
| double | l |
Definition at line 109 of file switch_core_video.h.
| double switch_hsl_color_s::h |
Definition at line 110 of file switch_core_video.h.
Referenced by switch_img_copy_rect().
| double switch_hsl_color_s::l |
Definition at line 112 of file switch_core_video.h.
Referenced by switch_img_copy_rect().
| double switch_hsl_color_s::s |
Definition at line 111 of file switch_core_video.h.
Referenced by switch_img_copy_rect().
1.8.13