Magick++ 7.1.1
Loading...
Searching...
No Matches
Magick::textureImage Class Reference
Collaboration diagram for Magick::textureImage:

Public Member Functions

 textureImage (const Image &texture_)
 
void operator() (Image &image_) const
 

Private Attributes

Image _texture
 

Detailed Description

Definition at line 1159 of file STL.h.

Constructor & Destructor Documentation

◆ textureImage()

Magick::textureImage::textureImage ( const Image texture_)

Definition at line 1078 of file STL.cpp.

1079 : _texture( texture_ )
1080{
1081}

Member Function Documentation

◆ operator()()

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

Definition at line 1082 of file STL.cpp.

1083{
1084 image_.texture( _texture );
1085}

Member Data Documentation

◆ _texture

Image Magick::textureImage::_texture
private

Definition at line 1167 of file STL.h.


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