The Battle for Wesnoth  1.19.5+dev
Public Member Functions | List of all members
image::sepia_modification Struct Reference

Give to the image a sepia tint (SEPIA) More...

#include <image_modifications.hpp>

Inheritance diagram for image::sepia_modification:

Public Member Functions

virtual void operator() (surface &src) const override
 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

Give to the image a sepia tint (SEPIA)

Definition at line 251 of file image_modifications.hpp.

Member Function Documentation

◆ operator()()

void image::sepia_modification::operator() ( surface src) const
overridevirtual

Applies the image-path modification on the specified surface.

Implements image::modification.

Definition at line 220 of file image_modifications.cpp.

References sepia_image(), and src.


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