Magick++ 6.9.13
Loading...
Searching...
No Matches
Magick::backgroundTextureImage Class Reference
Collaboration diagram for Magick::backgroundTextureImage:

Public Member Functions

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

Private Attributes

std::string _backgroundTexture
 

Detailed Description

Definition at line 1331 of file STL.h.

Constructor & Destructor Documentation

◆ backgroundTextureImage()

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

Definition at line 1249 of file STL.cpp.

1250 : _backgroundTexture( backgroundTexture_ )
1251{
1252}

Member Function Documentation

◆ operator()()

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

Definition at line 1253 of file STL.cpp.

1254{
1255 image_.backgroundTexture( _backgroundTexture );
1256}

Member Data Documentation

◆ _backgroundTexture

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

Definition at line 1339 of file STL.h.


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