|
Public Types |
enum | Type {
BOX = 0,
FASTGAUSSIAN = 1,
CROSS = 2,
GAUSSIAN = 3,
DISC = 4,
FORCE_DWORD = 0x8fffffff
} |
Public Member Functions |
synfig::Point & | set_size (const synfig::Point &v) |
const synfig::Point & | get_size () const |
synfig::Point & | get_size () |
int & | set_type (const int &t) |
const int & | get_type () const |
int & | get_type () |
| Blur () |
| Blur (const synfig::Point &s, int t, synfig::ProgressCallback *callb=0) |
| Blur (synfig::Real sx, synfig::Real sy, int t, synfig::ProgressCallback *callb=0) |
synfig::Point | operator() (const synfig::Point &p) const |
synfig::Point | operator() (synfig::Real x, synfig::Real y) const |
bool | operator() (const synfig::Surface &surface, const synfig::Vector &resolution, synfig::Surface &out) const |
bool | operator() (const etl::surface< float > &surface, const synfig::Vector &resolution, etl::surface< float > &out) const |