18 #ifndef QGSHUESATURATIONFILTER_H
19 #define QGSHUESATURATIONFILTER_H
55 void setSaturation(
int saturation );
63 void setColorizeColor( QColor colorizeColor );
68 void writeXML( QDomDocument& doc, QDomElement& parentElem )
const;
71 void readXML(
const QDomElement& filterElem );
75 void processSaturation(
int &r,
int &g,
int &b,
int &h,
int &s,
int &l );
77 void processColorization(
int &r,
int &g,
int &b,
int &h,
int &s,
int &l ) ;
94 #endif // QGSHUESATURATIONFILTER_H