Go to the documentation of this file.
27 #ifndef __SYNFIG_HALFTONE2_H
28 #define __SYNFIG_HALFTONE2_H
40 #define HALFTONE2_IMPORT_VALUE(x) \
41 if (#x=="halftone.param_"+param && x.get_type()==value.get_type()) \
47 #define HALFTONE2_EXPORT_VALUE(x) \
48 if (#x=="halftone.param_"+param) \
56 using namespace synfig;
72 Color color_func(
const Point &x,
float supersample,
const Color &under_color)
const;
74 float calc_supersample(
const Point &x,
float pw,
float ph)
const;
87 virtual Vocab get_param_vocab()
const;