6 class document_container;
32 bool parse_color(
const css_token& token, web_color&
color, document_container* container);
Definition background.h:12
bool parse_color(const css_token &token, web_color &color, document_container *container)
Definition web_color.cpp:412
static const web_color current_color
Definition web_color.h:19
bool operator!=(web_color color) const
Definition web_color.h:26
byte alpha
Definition web_color.h:13
web_color()
Definition web_color.h:21
string to_string() const
Definition web_color.cpp:432
web_color(bool is_current_color)
Definition web_color.h:23
static const web_color white
Definition web_color.h:18
byte green
Definition web_color.h:11
byte blue
Definition web_color.h:12
bool operator==(web_color color) const
Definition web_color.h:25
web_color darken(double fraction) const
Definition web_color.cpp:420
bool is_current_color
Definition web_color.h:14
static const web_color black
Definition web_color.h:17
web_color(byte r, byte g, byte b, byte a=255)
Definition web_color.h:22
byte red
Definition web_color.h:10
static const web_color transparent
Definition web_color.h:16
b
Definition tag_strings.h:61
a
Definition tag_strings.h:43