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

LIGHT (L) modification. More...

#include <image_modifications.hpp>

Inheritance diagram for image::light_modification:

Public Member Functions

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

Private Attributes

surface surf_
 

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

LIGHT (L) modification.

Definition at line 421 of file image_modifications.hpp.

Constructor & Destructor Documentation

◆ light_modification()

image::light_modification::light_modification ( const surface surf)
inline

Definition at line 424 of file image_modifications.hpp.

Member Function Documentation

◆ get_surface()

const surface& image::light_modification::get_surface ( ) const
inline

Definition at line 429 of file image_modifications.hpp.

References surf_.

Referenced by BOOST_AUTO_TEST_CASE().

◆ operator()()

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

Applies the image-path modification on the specified surface.

Implements image::modification.

Definition at line 454 of file image_modifications.cpp.

References light_surface(), and scale_surface().

Member Data Documentation

◆ surf_

surface image::light_modification::surf_
private

Definition at line 435 of file image_modifications.hpp.

Referenced by get_surface().


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