Magick++ 7.1.2-28
Convert, Edit, Or Compose Bitmap Images
Loading...
Searching...
No Matches
Magick::strokeColorImage Class Reference

Public Member Functions

 strokeColorImage (const Color &strokeColor_)
void operator() (Image &image_) const

Private Attributes

Color _strokeColor

Detailed Description

Definition at line 1135 of file STL.h.

Constructor & Destructor Documentation

◆ strokeColorImage()

Magick::strokeColorImage::strokeColorImage ( const Color & strokeColor_)

Definition at line 1058 of file STL.cpp.

1059 : _strokeColor( strokeColor_ )
1060{
1061}

Member Function Documentation

◆ operator()()

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

Definition at line 1062 of file STL.cpp.

1063{
1064 image_.strokeColor( _strokeColor );
1065}

Field Documentation

◆ _strokeColor

Color Magick::strokeColorImage::_strokeColor
private

Definition at line 1143 of file STL.h.


The documentation for this class was generated from the following files:
  • /home/cristy/Attic/Build/ImageMagick-7.1.2/rpmbuild/BUILD/ImageMagick-7.1.2-build/ImageMagick-7.1.2-28/Magick++/lib/Magick++/STL.h
  • /home/cristy/Attic/Build/ImageMagick-7.1.2/rpmbuild/BUILD/ImageMagick-7.1.2-build/ImageMagick-7.1.2-28/Magick++/lib/STL.cpp