#include <scbcolor.h>
Data Fields | |
unsigned long | pixel |
unsigned short | red |
unsigned short | green |
unsigned short | blue |
Definition at line 66 of file scbcolor.h.
unsigned short _ScbColor::blue |
value of blue weight
Definition at line 72 of file scbcolor.h.
Referenced by erscribble_color_set_black(), erscribble_color_set_dark_gray(), erscribble_color_set_light_gray(), erscribble_color_set_white(), and erscribble_color_to_dev_color().
unsigned short _ScbColor::green |
value of green weight
Definition at line 71 of file scbcolor.h.
Referenced by erscribble_color_set_black(), erscribble_color_set_dark_gray(), erscribble_color_set_light_gray(), erscribble_color_set_white(), and erscribble_color_to_dev_color().
unsigned long _ScbColor::pixel |
for allocated colors, the value is used to draw this color on the screen
Definition at line 68 of file scbcolor.h.
Referenced by erscribble_color_set_black(), erscribble_color_set_dark_gray(), erscribble_color_set_light_gray(), and erscribble_color_set_white().
unsigned short _ScbColor::red |
value of red weight
Definition at line 70 of file scbcolor.h.
Referenced by erscribble_color_set_black(), erscribble_color_set_dark_gray(), erscribble_color_set_light_gray(), erscribble_color_set_white(), and erscribble_color_to_dev_color().