Black and white (BW) modification. More...
#include <image_modifications.hpp>
Public Member Functions | |
bw_modification (int threshold) | |
virtual surface | operator() (const surface &src) const |
Applies the image-path modification on the specified surface. More... | |
Public Member Functions inherited from image::modification | |
virtual | ~modification () |
virtual int | priority () const |
Specifies the priority of the modification. More... | |
Private Attributes | |
int | threshold_ |
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... | |
Black and white (BW) modification.
Definition at line 228 of file image_modifications.hpp.
|
inline |
Definition at line 231 of file image_modifications.hpp.
Applies the image-path modification on the specified surface.
Implements image::modification.
Definition at line 200 of file image_modifications.cpp.
References monochrome_image().
|
private |
Definition at line 234 of file image_modifications.hpp.