rofi
1.7.0
|
#include <rofi-types.h>
Data Fields | |
double | red |
double | green |
double | blue |
double | alpha |
Represent the color in theme.
Definition at line 151 of file rofi-types.h.
double ThemeColor::alpha |
alpha channel
Definition at line 159 of file rofi-types.h.
Referenced by helper_token_match_get_pango_attr(), int_rofi_theme_print_property(), rofi_theme_get_color_inside(), and rofi_theme_get_image_inside().
double ThemeColor::blue |
blue channel
Definition at line 157 of file rofi-types.h.
Referenced by combi_mgrv(), helper_token_match_get_pango_attr(), int_rofi_theme_print_property(), rofi_theme_get_color_inside(), and rofi_theme_get_image_inside().
double ThemeColor::green |
green channel
Definition at line 155 of file rofi-types.h.
Referenced by combi_mgrv(), helper_token_match_get_pango_attr(), int_rofi_theme_print_property(), rofi_theme_get_color_inside(), and rofi_theme_get_image_inside().
double ThemeColor::red |
red channel
Definition at line 153 of file rofi-types.h.
Referenced by combi_mgrv(), helper_token_match_get_pango_attr(), int_rofi_theme_print_property(), rofi_theme_get_color_inside(), and rofi_theme_get_image_inside().