Commit b5e65bd2 authored by twanvl's avatar twanvl

not much point in the combine being scriptable (?)

parent 252c1a0e
......@@ -62,7 +62,7 @@ class ColorStyle : public Style {
double top_width; ///< Width of the colored region on the top side
double bottom_width; ///< Width of the colored region on the bottom side
Scriptable<String> mask_filename; ///< Filename of an additional mask over the images
Scriptable<ImageCombine> combine; ///< How to combine image with the background
ImageCombine combine; ///< How to combine image with the background
virtual int update(Context&);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment