The Battle for Wesnoth  1.19.0-dev
Public Member Functions | Private Attributes | List of all members
image::bw_modification Class Reference

Black and white (BW) modification. More...

#include <image_modifications.hpp>

Inheritance diagram for image::bw_modification:

Public Member Functions

 bw_modification (int threshold)
 
virtual surface operator() (const surface &src) const
 Applies the image-path modification on the specified surface. More...
 
- Public Member Functions inherited from image::modification
virtual ~modification ()
 
virtual int priority () const
 Specifies the priority of the modification. More...
 

Private Attributes

int threshold_
 

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

Black and white (BW) modification.

Definition at line 239 of file image_modifications.hpp.

Constructor & Destructor Documentation

◆ bw_modification()

image::bw_modification::bw_modification ( int  threshold)
inline

Definition at line 242 of file image_modifications.hpp.

Member Function Documentation

◆ operator()()

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

Applies the image-path modification on the specified surface.

Implements image::modification.

Definition at line 203 of file image_modifications.cpp.

References monochrome_image().

Member Data Documentation

◆ threshold_

int image::bw_modification::threshold_
private

Definition at line 245 of file image_modifications.hpp.


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