|
ClanLib
2.3.7
|
#include <css_box_outline_color.h>

Public Types | |
| enum | Type { type_color, type_invert, type_inherit } |
Public Member Functions | |
| CL_CSSBoxOutlineColor () | |
| void | compute (const CL_CSSBoxOutlineColor *parent, CL_CSSResourceCache *layout, float em_size, float ex_size) |
| CL_String | to_string () const |
Public Attributes | |
| CL_Colorf | color |
| Type | type |
| CL_CSSBoxOutlineColor::CL_CSSBoxOutlineColor | ( | ) |
| void CL_CSSBoxOutlineColor::compute | ( | const CL_CSSBoxOutlineColor * | parent, |
| CL_CSSResourceCache * | layout, | ||
| float | em_size, | ||
| float | ex_size | ||
| ) |
|
virtual |
Implements CL_CSSBoxProperty.
| CL_Colorf CL_CSSBoxOutlineColor::color |
| Type CL_CSSBoxOutlineColor::type |
1.8.4