![]() |
libxputty 0.1
|
SystrayColor - the Systray Color struct SystrayColor could be used for the backgroung color of the SystrayIcon. More...
#include <xcolor.h>
Data Fields | |
double | r |
double | g |
double | b |
double | a |
SystrayColor - the Systray Color struct SystrayColor could be used for the backgroung color of the SystrayIcon.
r | - red channel |
g | - green channel |
b | - blue channel |
a | - alpha channel |
double a |
Definition at line 126 of file xcolor.h.
Referenced by set_systray_color(), and use_systray_color().
double b |
Definition at line 125 of file xcolor.h.
Referenced by set_systray_color(), and use_systray_color().
double g |
Definition at line 124 of file xcolor.h.
Referenced by set_systray_color(), and use_systray_color().
double r |
Definition at line 123 of file xcolor.h.
Referenced by set_systray_color(), and use_systray_color().