Loading...
Searching...
No Matches
Magick::borderColorImage Class Reference

Public Member Functions

 borderColorImage (const Color &color_)
 
void operator() (Image &image_) const
 

Private Attributes

Color _color
 

Detailed Description

Constructor & Destructor Documentation

◆ borderColorImage()

Magick::borderColorImage::borderColorImage ( const Color color_)

Definition at line 1205 of file STL.cpp.

1206 : _color( color_ )
1207{
1208}

Member Function Documentation

◆ operator()()

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

Definition at line 1209 of file STL.cpp.

1210{
1211 image_.borderColor( _color );
1212}

Field Documentation

◆ _color

Color Magick::borderColorImage::_color
private

Definition at line 1306 of file STL.h.


The documentation for this class was generated from the following files:
  • /build/imagemagick-QyIi7c/imagemagick-7.1.1.39+dfsg1/Magick++/lib/Magick++/STL.h
  • /build/imagemagick-QyIi7c/imagemagick-7.1.1.39+dfsg1/Magick++/lib/STL.cpp