svg-icc-color.h revision fd139947b3dcc6138d2dfa3d94e9e14e191abc00
#ifndef SVG_ICC_COLOR_H_SEEN
#define SVG_ICC_COLOR_H_SEEN
#include <string>
#include <vector>
/**
* An icc-color specification. Corresponds to the DOM interface of the same name.
*
* Referenced by SPIPaint.
*/
struct SVGICCColor {
};
#endif /* !SVG_ICC_COLOR_H_SEEN */
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :