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

Gaussian-like blur (BL) modification. More...

#include <image_modifications.hpp>

Inheritance diagram for image::bl_modification:

Public Member Functions

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

Private Attributes

int depth_
 

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

Gaussian-like blur (BL) modification.

Definition at line 549 of file image_modifications.hpp.

Constructor & Destructor Documentation

◆ bl_modification()

image::bl_modification::bl_modification ( int  depth)
inline

Definition at line 552 of file image_modifications.hpp.

Member Function Documentation

◆ get_depth()

int image::bl_modification::get_depth ( ) const
inline

Definition at line 557 of file image_modifications.hpp.

References depth_.

Referenced by BOOST_AUTO_TEST_CASE().

◆ operator()()

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

Applies the image-path modification on the specified surface.

Implements image::modification.

Definition at line 565 of file image_modifications.cpp.

References blur_alpha_surface().

Member Data Documentation

◆ depth_

int image::bl_modification::depth_
private

Definition at line 563 of file image_modifications.hpp.

Referenced by get_depth().


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