Mask (MASK) modification. More...
#include <image_modifications.hpp>
Public Member Functions | |
mask_modification (const surface &mask, int x, int y) | |
virtual surface | operator() (const surface &src) const |
Applies the image-path modification on the specified surface. More... | |
const surface & | get_mask () const |
int | get_x () const |
int | get_y () const |
Public Member Functions inherited from image::modification | |
virtual | ~modification () |
virtual int | priority () const |
Specifies the priority of the modification. More... | |
Private Attributes | |
surface | mask_ |
int | x_ |
int | y_ |
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... | |
Mask (MASK) modification.
Definition at line 334 of file image_modifications.hpp.
Definition at line 337 of file image_modifications.hpp.
const surface & image::mask_modification::get_mask | ( | ) | const |
Definition at line 328 of file image_modifications.cpp.
int image::mask_modification::get_x | ( | ) | const |
Definition at line 333 of file image_modifications.cpp.
References x_.
int image::mask_modification::get_y | ( | ) | const |
Definition at line 338 of file image_modifications.cpp.
References y_.
Applies the image-path modification on the specified surface.
Implements image::modification.
Definition at line 318 of file image_modifications.cpp.
References blit_surface(), create_neutral_surface(), sdl::create_rect(), mask_surface(), x_, and y_.
|
private |
Definition at line 347 of file image_modifications.hpp.
|
private |
Definition at line 348 of file image_modifications.hpp.
|
private |
Definition at line 349 of file image_modifications.hpp.