Magick++  6.9.3
Magick::floodFillTextureImage Class Reference

#include <STL.h>

Inheritance diagram for Magick::floodFillTextureImage:
Collaboration diagram for Magick::floodFillTextureImage:

Public Member Functions

 floodFillTextureImage (const ::ssize_t x_, const ::ssize_t y_, const Image &texture_)
 
 floodFillTextureImage (const Geometry &point_, const Image &texture_)
 
 floodFillTextureImage (const ::ssize_t x_, const ::ssize_t y_, const Image &texture_, const Color &borderColor_)
 
 floodFillTextureImage (const Geometry &point_, const Image &texture_, const Color &borderColor_)
 
void operator() (Image &image_) const
 

Detailed Description

Definition at line 496 of file STL.h.

Constructor & Destructor Documentation

Magick::floodFillTextureImage::floodFillTextureImage ( const ::ssize_t  x_,
const ::ssize_t  y_,
const Image texture_ 
)
Magick::floodFillTextureImage::floodFillTextureImage ( const Geometry point_,
const Image texture_ 
)

Definition at line 471 of file STL.cpp.

Magick::floodFillTextureImage::floodFillTextureImage ( const ::ssize_t  x_,
const ::ssize_t  y_,
const Image texture_,
const Color borderColor_ 
)
Magick::floodFillTextureImage::floodFillTextureImage ( const Geometry point_,
const Image texture_,
const Color borderColor_ 
)

Definition at line 492 of file STL.cpp.

Member Function Documentation

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

Definition at line 501 of file STL.cpp.

References Magick::Image::floodFillTexture().


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