|
SVG for C++
|
Public Member Functions | |
| AttrSetter (SVGAttrib::mapped_type &_attr, bool _normalize_class=false, std::function< void(const std::string &)> _on_update={}) | |
| AttrSetter & | operator<< (const Color &value) |
| template<typename T > | |
| AttrSetter & | operator<< (T value) |
| template<> | |
| AttributeMap::AttrSetter & | operator<< (const char *value) |
| template<> | |
| AttributeMap::AttrSetter & | operator<< (const std::string value) |
|
inline |
Append a serialized color token to the attribute value.