Magick++ 7.1.1
Loading...
Searching...
No Matches
Magick::pixelColorImage Class Reference
Collaboration diagram for Magick::pixelColorImage:

Public Member Functions

 pixelColorImage (const ::ssize_t x_, const ::ssize_t y_, const Color &color_)
 
void operator() (Image &image_) const
 

Private Attributes

::ssize_t _x
 
::ssize_t _y
 
Color _color
 

Detailed Description

Definition at line 1609 of file STL.h.

Constructor & Destructor Documentation

◆ pixelColorImage()

Magick::pixelColorImage::pixelColorImage ( const ::ssize_t  x_,
const ::ssize_t  y_,
const Color color_ 
)

Definition at line 1450 of file STL.cpp.

1453 : _x( x_ ),
1454 _y( y_ ),
1455 _color( color_ ) { }

Member Function Documentation

◆ operator()()

void Magick::pixelColorImage::operator() ( Magick::Image image_) const

Definition at line 1457 of file STL.cpp.

1458{
1459 image_.pixelColor( _x, _y, _color );
1460}

Member Data Documentation

◆ _color

Color Magick::pixelColorImage::_color
private

Definition at line 1621 of file STL.h.

◆ _x

::ssize_t Magick::pixelColorImage::_x
private

Definition at line 1619 of file STL.h.

◆ _y

::ssize_t Magick::pixelColorImage::_y
private

Definition at line 1620 of file STL.h.


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