31 #include "../CSSDocument/css_property_value.h"
32 #include "../../Display/2D/color.h"
47 std::unique_ptr<CSSPropertyValue>
clone()
const;
Floating point color description class (for float).
Definition: color.h:661
Type
Definition: css_value_background_color.h:49
void apply(CSSComputedValuesUpdater *updater)
std::string get_name() const
Definition: css_computed_values_updater.h:52
CSSValueBackgroundColor()
Definition: css_value_background_color.h:52
Type type
Definition: css_value_background_color.h:54
std::string to_string() const
void compute(const CSSValueBackgroundColor *parent, CSSResourceCache *layout, float em_size, float ex_size)
Definition: css_value_background_color.h:39
Definition: css_property_value.h:41
Colorf color
Definition: css_value_background_color.h:55
Definition: css_value_background_color.h:51
std::unique_ptr< CSSPropertyValue > clone() const