Fill background with a color (BG). More...
#include <image_modifications.hpp>
Public Member Functions | |
background_modification (SDL_Color const &c) | |
virtual surface | operator() (const surface &src) const |
Applies the image-path modification on the specified surface. More... | |
const SDL_Color & | get_color () const |
Public Member Functions inherited from image::modification | |
virtual | ~modification () |
virtual int | priority () const |
Specifies the priority of the modification. More... | |
Private Attributes | |
SDL_Color | color_ |
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... | |
Fill background with a color (BG).
Definition at line 521 of file image_modifications.hpp.
|
inline |
Definition at line 523 of file image_modifications.hpp.
const SDL_Color & image::background_modification::get_color | ( | ) | const |
Definition at line 536 of file image_modifications.cpp.
References color_.
Applies the image-path modification on the specified surface.
Implements image::modification.
Definition at line 526 of file image_modifications.cpp.
References blit_surface(), color_, make_neutral_surface(), SDL_SetAlpha(), and SDL_SRCALPHA.
|
private |
Definition at line 528 of file image_modifications.hpp.