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

Public Member Functions

 boxColorImage (const Color &boxColor_)
 
void operator() (Image &image_) const
 

Private Attributes

Color _boxColor
 

Detailed Description

Definition at line 1355 of file STL.h.

Constructor & Destructor Documentation

◆ boxColorImage()

Magick::boxColorImage::boxColorImage ( const Color & boxColor_)

Definition at line 1269 of file STL.cpp.

1270 : _boxColor( boxColor_ ) { }

Member Function Documentation

◆ operator()()

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

Definition at line 1272 of file STL.cpp.

1273{
1274 image_.boxColor( _boxColor );
1275}

Member Data Documentation

◆ _boxColor

Color Magick::boxColorImage::_boxColor
private

Definition at line 1363 of file STL.h.


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