23 explicit operator Color ()
const;
Definition custom_decoration_generator.h:5
std::ostream & operator<<(std::ostream &, const Object &)
Rgba< float > Color
Definition color.h:11
constexpr U to(T &&value)
Definition conversion.h:56
Definition color_hsla.h:9
float lightness
Definition color_hsla.h:27
friend bool operator==(const ColorHSLA &, const ColorHSLA &)=default
constexpr ColorHSLA(float hue_, float saturation_, float lightness_, float alpha_)
Definition color_hsla.h:14
float saturation
Definition color_hsla.h:26
float alpha
Definition color_hsla.h:28
float hue
Definition color_hsla.h:25