Recolor (RC/TC/PAL) modification. More...
#include <image_modifications.hpp>
Public Member Functions | |
rc_modification () | |
Default constructor. More... | |
rc_modification (const color_range_map &recolor_map) | |
RC-map based constructor. More... | |
virtual void | operator() (surface &src) const override |
Applies the image-path modification on the specified surface. More... | |
virtual int | priority () const override |
Specifies the priority of the modification. More... | |
bool | no_op () const |
const color_range_map & | map () const |
color_range_map & | map () |
Public Member Functions inherited from image::modification | |
virtual | ~modification () |
Private Attributes | |
color_range_map | rc_map_ |
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... | |
Recolor (RC/TC/PAL) modification.
It is used not only for color-range-based recoloring ("~RC(magenta>teal)") but also for team-color-based color range selection and recoloring ("~TC(3,magenta)") and palette switches ("~PAL(000000,005000 > FFFFFF,FF00FF)").
Definition at line 117 of file image_modifications.hpp.
|
inline |
Default constructor.
Definition at line 123 of file image_modifications.hpp.
|
inline |
RC-map based constructor.
recolor_map | The palette switch map. |
Definition at line 130 of file image_modifications.hpp.
|
inline |
Definition at line 141 of file image_modifications.hpp.
References rc_map_.
|
inline |
Definition at line 140 of file image_modifications.hpp.
References rc_map_.
Referenced by BOOST_AUTO_TEST_CASE().
|
inline |
Definition at line 138 of file image_modifications.hpp.
References rc_map_.
|
overridevirtual |
Applies the image-path modification on the specified surface.
Implements image::modification.
Definition at line 152 of file image_modifications.cpp.
References recolor_image(), and src.
|
inlineoverridevirtual |
Specifies the priority of the modification.
Reimplemented from image::modification.
Definition at line 136 of file image_modifications.hpp.
|
private |
Definition at line 144 of file image_modifications.hpp.