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

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:
  • /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