Gaussian-like blur (BL) modification. More...
#include <image_modifications.hpp>
Public Member Functions | |
bl_modification (int depth) | |
virtual surface | operator() (const surface &src) const |
Applies the image-path modification on the specified surface. More... | |
int | get_depth () const |
Public Member Functions inherited from image::modification | |
virtual | ~modification () |
virtual int | priority () const |
Specifies the priority of the modification. More... | |
Private Attributes | |
int | depth_ |
Additional Inherited Members | |
Static Public Member Functions inherited from image::modification | |
static modification_queue | decode (const std::string &) |
Decodes modifications from a modification string. More... | |
Gaussian-like blur (BL) modification.
Definition at line 489 of file image_modifications.hpp.
|
inline |
Definition at line 492 of file image_modifications.hpp.
int image::bl_modification::get_depth | ( | ) | const |
Definition at line 503 of file image_modifications.cpp.
Applies the image-path modification on the specified surface.
Implements image::modification.
Definition at line 498 of file image_modifications.cpp.
References blur_alpha_surface().
|
private |
Definition at line 499 of file image_modifications.hpp.