rofi 1.7.5
|
#include <rofi-types.h>
Data Fields | |
double | red |
double | green |
double | blue |
double | alpha |
Represent the color in theme.
Definition at line 158 of file rofi-types.h.
double ThemeColor::alpha |
alpha channel
Definition at line 166 of file rofi-types.h.
Referenced by helper_token_match_set_pango_attr_on_style(), rofi_theme_get_color_inside(), rofi_theme_get_image_inside(), and rofi_theme_print_color().
double ThemeColor::blue |
blue channel
Definition at line 164 of file rofi-types.h.
Referenced by combi_mgrv(), helper_token_match_set_pango_attr_on_style(), rofi_theme_get_color_inside(), rofi_theme_get_image_inside(), and rofi_theme_print_color().
double ThemeColor::green |
green channel
Definition at line 162 of file rofi-types.h.
Referenced by combi_mgrv(), helper_token_match_set_pango_attr_on_style(), rofi_theme_get_color_inside(), rofi_theme_get_image_inside(), and rofi_theme_print_color().
double ThemeColor::red |
red channel
Definition at line 160 of file rofi-types.h.
Referenced by combi_mgrv(), helper_token_match_set_pango_attr_on_style(), rofi_theme_get_color_inside(), rofi_theme_get_image_inside(), and rofi_theme_print_color().