ClanLib
2.3.7
|
#include <css_box_background_color.h>
Public Types | |
enum | Type { type_color, type_inherit } |
Public Member Functions | |
CL_CSSBoxBackgroundColor () | |
void | compute (const CL_CSSBoxBackgroundColor *parent, CL_CSSResourceCache *layout, float em_size, float ex_size) |
CL_String | to_string () const |
Public Attributes | |
CL_Colorf | color |
Type | type |
CL_CSSBoxBackgroundColor::CL_CSSBoxBackgroundColor | ( | ) |
void CL_CSSBoxBackgroundColor::compute | ( | const CL_CSSBoxBackgroundColor * | parent, |
CL_CSSResourceCache * | layout, | ||
float | em_size, | ||
float | ex_size | ||
) |
|
virtual |
Implements CL_CSSBoxProperty.
CL_Colorf CL_CSSBoxBackgroundColor::color |
Type CL_CSSBoxBackgroundColor::type |