Channel swap (SWAP). More...
#include <image_modifications.hpp>
Public Member Functions | |
swap_modification (channel r, channel g, channel b, channel a) | |
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 | |
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 534 of file image_modifications.hpp.
Definition at line 537 of file image_modifications.hpp.
Applies the image-path modification on the specified surface.
Implements image::modification.
Definition at line 541 of file image_modifications.cpp.
References swap_channels_image().
|
private |
Definition at line 543 of file image_modifications.hpp.
|
private |
Definition at line 542 of file image_modifications.hpp.
|
private |
Definition at line 541 of file image_modifications.hpp.
|
private |
Definition at line 540 of file image_modifications.hpp.