Code

updated spanish.nsh and inkscape.nsi to reflect latest file-changes
[inkscape.git] / trunk / src / extension / internal / bitmap / cycleColormap.h
1 /*
2  * Copyright (C) 2007 Authors:
3  *   Christopher Brown <audiere@gmail.com>
4  *   Ted Gould <ted@gould.cx>
5  *
6  * Released under GNU GPL, read the file 'COPYING' for more information
7  */
9 #include "imagemagick.h"
11 namespace Inkscape {
12 namespace Extension {
13 namespace Internal {
14 namespace Bitmap {
16 class CycleColormap : public ImageMagick {
17 private:
18         int _amount;
19 public:
20     void applyEffect(Magick::Image *image);
21         void refreshParameters(Inkscape::Extension::Effect *module);
22     static void init (void);
23 };
25 }; /* namespace Bitmap */
26 }; /* namespace Internal */
27 }; /* namespace Extension */
28 }; /* namespace Inkscape */