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

Public Member Functions

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

Private Attributes

Color _strokeColor

Detailed Description

Definition at line 1152 of file STL.h.

Constructor & Destructor Documentation

◆ strokeColorImage()

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

Definition at line 1082 of file STL.cpp.

1083 : _strokeColor( strokeColor_ )
1084{
1085}

Member Function Documentation

◆ operator()()

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

Definition at line 1086 of file STL.cpp.

1087{
1088 image_.strokeColor( _strokeColor );
1089}

Member Data Documentation

◆ _strokeColor

Color Magick::strokeColorImage::_strokeColor
private

Definition at line 1160 of file STL.h.


The documentation for this class was generated from the following files:
  • ImageMagick-6/Magick++/lib/Magick++/STL.h
  • ImageMagick-6/Magick++/lib/STL.cpp