rofi
1.5.1
|
#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 rofi_theme_get_color(), and rofi_theme_print_property_index().
double ThemeColor::blue |
blue channel
Definition at line 121 of file rofi-types.h.
Referenced by combi_mgrv(), helper_token_match_get_pango_attr(), rofi_theme_get_color(), and rofi_theme_print_property_index().
double ThemeColor::green |
green channel
Definition at line 119 of file rofi-types.h.
Referenced by combi_mgrv(), helper_token_match_get_pango_attr(), rofi_theme_get_color(), and rofi_theme_print_property_index().
double ThemeColor::red |
red channel
Definition at line 117 of file rofi-types.h.
Referenced by combi_mgrv(), helper_token_match_get_pango_attr(), rofi_theme_get_color(), and rofi_theme_print_property_index().