45 void set_color(
unsigned int red,
unsigned int green,
unsigned int blue,
unsigned int alpha);
46 void set_color(
int red,
int green,
int blue,
int alpha);
48 void set_color(
double red,
double green,
double blue,
double alpha);
54 bool set_color(std::string
const & name,
bool name_only);
void adjust_saturation(float change)
void adjust_lightness(float change)
rgba_color_t get_color() const
void set_color(rgba_color_t const rgba)
void adjust_hue(float hue)
color_component_t f_alpha
std::string to_string() const
void set_hsl(color_component_t h, color_component_t s, color_component_t l, color_component_t alpha)
bool is_transparent() const
void get_hsl(color_component_t &hue, color_component_t &saturation, color_component_t &lightness, color_component_t &alpha) const
color_component_t f_green
The namespace of all the classes in the CSS Preprocessor.