Magick++ 6.9.13
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 1662 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 1530 of file STL.cpp.

1533 : _x( x_ ),
1534 _y( y_ ),
1535 _color( color_ ) { }

Member Function Documentation

◆ 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}

Member Data Documentation

◆ _color

Color Magick::pixelColorImage::_color
private

Definition at line 1674 of file STL.h.

◆ _x

::ssize_t Magick::pixelColorImage::_x
private

Definition at line 1672 of file STL.h.

◆ _y

::ssize_t Magick::pixelColorImage::_y
private

Definition at line 1673 of file STL.h.


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