|
rofi
1.5.4
|
#include <rofi-types.h>

Data Fields | |
| double | red |
| double | green |
| double | blue |
| double | alpha |
Represent the color in theme.
Definition at line 114 of file rofi-types.h.
| double ThemeColor::alpha |
alpha channel
Definition at line 123 of file rofi-types.h.
Referenced by int_rofi_theme_print_property(), and rofi_theme_get_color().
| double ThemeColor::blue |
blue channel
Definition at line 121 of file rofi-types.h.
Referenced by combi_mgrv(), helper_token_match_get_pango_attr(), int_rofi_theme_print_property(), and rofi_theme_get_color().
| double ThemeColor::green |
green channel
Definition at line 119 of file rofi-types.h.
Referenced by combi_mgrv(), helper_token_match_get_pango_attr(), int_rofi_theme_print_property(), and rofi_theme_get_color().
| double ThemeColor::red |
red channel
Definition at line 117 of file rofi-types.h.
Referenced by combi_mgrv(), helper_token_match_get_pango_attr(), int_rofi_theme_print_property(), and rofi_theme_get_color().