Opacity (O) modification. More...
#include <image_modifications.hpp>
Public Member Functions | |
o_modification (float opacity) | |
virtual void | operator() (surface &src) const override |
Applies the image-path modification on the specified surface. More... | |
float | get_opacity () const |
Public Member Functions inherited from image::modification | |
virtual | ~modification () |
virtual int | priority () const |
Specifies the priority of the modification. More... | |
Private Attributes | |
float | opacity_ |
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... | |
Opacity (O) modification.
Definition at line 489 of file image_modifications.hpp.
|
inline |
Definition at line 492 of file image_modifications.hpp.
|
inline |
Definition at line 497 of file image_modifications.hpp.
References opacity_.
Referenced by BOOST_AUTO_TEST_CASE().
|
overridevirtual |
Applies the image-path modification on the specified surface.
Implements image::modification.
Definition at line 477 of file image_modifications.cpp.
References rect::area(), b, color_multiply(), float_to_color(), g, surface_locker< T >::pixels(), and src.
|
private |
Definition at line 503 of file image_modifications.hpp.
Referenced by get_opacity().