Adjust Alpha (ADJUST_ALPHA) modification. More...
#include <image_modifications.hpp>
Public Member Functions | |
adjust_alpha_modification (const std::string &formula) | |
virtual void | operator() (surface &src) const override |
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 | |
std::string | formula_ |
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... | |
Adjust Alpha (ADJUST_ALPHA) modification.
Definition at line 289 of file image_modifications.hpp.
|
inline |
Definition at line 292 of file image_modifications.hpp.
|
overridevirtual |
Applies the image-path modification on the specified surface.
Implements image::modification.
Definition at line 284 of file image_modifications.cpp.
References rect::area(), wfl::variant::as_int(), wfl::formula::evaluate(), i, p, surface_locker< T >::pixels(), and src.
|
private |
Definition at line 299 of file image_modifications.hpp.