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

Public Member Functions

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

Private Attributes

Color _color

Detailed Description

Constructor & Destructor Documentation

◆ backgroundColorImage()

Magick::backgroundColorImage::backgroundColorImage ( const Color & color_)

Definition at line 1185 of file STL.cpp.

1186 : _color( color_ )
1187{
1188}

Member Function Documentation

◆ operator()()

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

Definition at line 1189 of file STL.cpp.

1190{
1191 image_.backgroundColor( _color );
1192}

Field Documentation

◆ _color

Color Magick::backgroundColorImage::_color
private

Definition at line 1282 of file STL.h.


The documentation for this class was generated from the following files: