Magick++ 7.1.1
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 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}

Member Data 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: