Channel swap (SWAP). More...
#include <image_modifications.hpp>
Public Member Functions | |
swap_modification (channel r, channel g, channel b, channel a) | |
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 | |
channel | red_ |
channel | green_ |
channel | blue_ |
channel | alpha_ |
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... | |
Channel swap (SWAP).
Definition at line 586 of file image_modifications.hpp.
Definition at line 589 of file image_modifications.hpp.
|
overridevirtual |
Applies the image-path modification on the specified surface.
Implements image::modification.
Definition at line 529 of file image_modifications.cpp.
References src, and swap_channels_image().
|
private |
Definition at line 595 of file image_modifications.hpp.
|
private |
Definition at line 594 of file image_modifications.hpp.
|
private |
Definition at line 593 of file image_modifications.hpp.
|
private |
Definition at line 592 of file image_modifications.hpp.