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

Plot Alpha (Alpha) modification. More...

#include <image_modifications.hpp>

Inheritance diagram for image::plot_alpha_modification:
Inheritance graph

Public Member Functions

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...
 

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

Plot Alpha (Alpha) modification.

Definition at line 260 of file image_modifications.hpp.

Member Function Documentation

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

Applies the image-path modification on the specified surface.

Implements image::modification.

Definition at line 215 of file image_modifications.cpp.

References alpha_to_greyscale().


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