10 #ifndef __VSDXTHEME_H__
11 #define __VSDXTHEME_H__
14 #include <boost/optional.hpp>
15 #include <librevenge-stream/librevenge-stream.h>
61 bool parse(librevenge::RVNGInputStream *input);
62 boost::optional<Colour>
getThemeColour(
unsigned value,
unsigned variationIndex = 0)
const;
68 boost::optional<Colour>
readSrgbClr(xmlTextReaderPtr reader);
69 boost::optional<Colour>
readSysClr(xmlTextReaderPtr reader);
83 #endif // __VSDXTHEME_H__