libxputty 0.1
Loading...
Searching...
No Matches
Data Fields
SystrayColor_t Struct Reference

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
 

Detailed Description

SystrayColor - the Systray Color struct SystrayColor could be used for the backgroung color of the SystrayIcon.

Parameters
r- red channel
g- green channel
b- blue channel
a- alpha channel

Definition at line 122 of file xcolor.h.

Field Documentation

◆ a

double a

Definition at line 126 of file xcolor.h.

Referenced by set_systray_color(), and use_systray_color().

◆ b

double b

Definition at line 125 of file xcolor.h.

Referenced by set_systray_color(), and use_systray_color().

◆ g

double g

Definition at line 124 of file xcolor.h.

Referenced by set_systray_color(), and use_systray_color().

◆ r

double r

Definition at line 123 of file xcolor.h.

Referenced by set_systray_color(), and use_systray_color().


The documentation for this struct was generated from the following file: