The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Private Attributes | List of all members
image::rc_modification Class Reference

Recolor (RC/TC/PAL) modification. More...

#include <image_modifications.hpp>

Inheritance diagram for image::rc_modification:
Inheritance graph

Public Member Functions

 rc_modification ()
 Default constructor. More...
 
 rc_modification (const std::map< Uint32, Uint32 > &recolor_map)
 RC-map based constructor. More...
 
virtual surface operator() (const surface &src) const
 Applies the image-path modification on the specified surface. More...
 
virtual int priority () const
 Specifies the priority of the modification. More...
 
bool no_op () const
 
const std::map< Uint32, Uint32 > & map () const
 
std::map< Uint32, Uint32 > & map ()
 
- Public Member Functions inherited from image::modification
virtual ~modification ()
 

Private Attributes

std::map< Uint32, Uint32 > 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...
 

Detailed Description

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 115 of file image_modifications.hpp.

Constructor & Destructor Documentation

image::rc_modification::rc_modification ( )
inline

Default constructor.

Definition at line 121 of file image_modifications.hpp.

image::rc_modification::rc_modification ( const std::map< Uint32, Uint32 > &  recolor_map)
inline

RC-map based constructor.

Parameters
recolor_mapThe palette switch map.

Definition at line 128 of file image_modifications.hpp.

Member Function Documentation

const std::map<Uint32, Uint32>& image::rc_modification::map ( ) const
inline

Definition at line 138 of file image_modifications.hpp.

References rc_map_.

std::map<Uint32, Uint32>& image::rc_modification::map ( )
inline

Definition at line 139 of file image_modifications.hpp.

References rc_map_.

bool image::rc_modification::no_op ( ) const
inline

Definition at line 136 of file image_modifications.hpp.

References rc_map_.

surface image::rc_modification::operator() ( const surface src) const
virtual

Applies the image-path modification on the specified surface.

Implements image::modification.

Definition at line 150 of file image_modifications.cpp.

References recolor_image().

virtual int image::rc_modification::priority ( ) const
inlinevirtual

Specifies the priority of the modification.

Reimplemented from image::modification.

Definition at line 134 of file image_modifications.hpp.

Member Data Documentation

std::map<Uint32, Uint32> image::rc_modification::rc_map_
private

Definition at line 142 of file image_modifications.hpp.

Referenced by map(), and no_op().


The documentation for this class was generated from the following files: