LIGHT (L) modification. More...
#include <image_modifications.hpp>
Public Member Functions | |
light_modification (const surface &surf) | |
virtual surface | operator() (const surface &src) const |
Applies the image-path modification on the specified surface. More... | |
const surface & | get_surface () const |
Public Member Functions inherited from image::modification | |
virtual | ~modification () |
virtual int | priority () const |
Specifies the priority of the modification. More... | |
Private Attributes | |
surface | surf_ |
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... | |
LIGHT (L) modification.
Definition at line 356 of file image_modifications.hpp.
|
inline |
Definition at line 359 of file image_modifications.hpp.
const surface & image::light_modification::get_surface | ( | ) | const |
Definition at line 355 of file image_modifications.cpp.
Applies the image-path modification on the specified surface.
Implements image::modification.
Definition at line 343 of file image_modifications.cpp.
References light_surface(), make_neutral_surface(), and scale_surface().
|
private |
Definition at line 367 of file image_modifications.hpp.