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

Public Member Functions

 penTextureImage (const Image &penTexture_)
 
void operator() (Image &image_) const
 

Private Attributes

Image _penTexture
 

Detailed Description

Definition at line 1650 of file STL.h.

Constructor & Destructor Documentation

◆ penTextureImage()

Magick::penTextureImage::penTextureImage ( const Image & penTexture_)

Definition at line 1520 of file STL.cpp.

1521 : _penTexture( penTexture_ )
1522{
1523}

Member Function Documentation

◆ operator()()

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

Definition at line 1524 of file STL.cpp.

1525{
1526 image_.penTexture( _penTexture );
1527}

Member Data Documentation

◆ _penTexture

Image Magick::penTextureImage::_penTexture
private

Definition at line 1658 of file STL.h.


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