Definition at line 1662 of file STL.h.
◆ pixelColorImage()
| Magick::pixelColorImage::pixelColorImage |
( |
const ::ssize_t | x_, |
|
|
const ::ssize_t | y_, |
|
|
const Color & | color_ ) |
Definition at line 1530 of file STL.cpp.
1533 : _x( x_ ),
1534 _y( y_ ),
1535 _color( color_ ) { }
◆ operator()()
| void Magick::pixelColorImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 1537 of file STL.cpp.
1538{
1539 image_.pixelColor( _x, _y, _color );
1540}
◆ _color
| Color Magick::pixelColorImage::_color |
|
private |
◆ _x
| ::ssize_t Magick::pixelColorImage::_x |
|
private |
◆ _y
| ::ssize_t Magick::pixelColorImage::_y |
|
private |
The documentation for this class was generated from the following files:
- ImageMagick-6/Magick++/lib/Magick++/STL.h
- ImageMagick-6/Magick++/lib/STL.cpp