Loading...
Searching...
No Matches
Magick::backgroundTextureImage Class Reference

Public Member Functions

 backgroundTextureImage (const std::string &backgroundTexture_)
 
void operator() (Image &image_) const
 

Private Attributes

std::string _backgroundTexture
 

Detailed Description

Constructor & Destructor Documentation

◆ backgroundTextureImage()

Magick::backgroundTextureImage::backgroundTextureImage ( const std::string &  backgroundTexture_)

Definition at line 1195 of file STL.cpp.

1196 : _backgroundTexture( backgroundTexture_ )
1197{
1198}

Member Function Documentation

◆ operator()()

void Magick::backgroundTextureImage::operator() ( Magick::Image image_) const

Definition at line 1199 of file STL.cpp.

1200{
1201 image_.backgroundTexture( _backgroundTexture );
1202}

Field Documentation

◆ _backgroundTexture

std::string Magick::backgroundTextureImage::_backgroundTexture
private

Definition at line 1294 of file STL.h.


The documentation for this class was generated from the following files:
  • /build/reproducible-path/imagemagick-7.1.1.33+dfsg1/Magick++/lib/Magick++/STL.h
  • /build/reproducible-path/imagemagick-7.1.1.33+dfsg1/Magick++/lib/STL.cpp