Definition at line 1380 of file STL.h.
◆ chromaGreenPrimaryImage()
Magick::chromaGreenPrimaryImage::chromaGreenPrimaryImage |
( |
const double | x_, |
|
|
const double | y_ ) |
Definition at line 1290 of file STL.cpp.
1292 : _x( x_ ),
1293 _y( y_ )
1294{
1295}
◆ operator()()
void Magick::chromaGreenPrimaryImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 1296 of file STL.cpp.
1297{
1298 image_.chromaGreenPrimary( _x, _y );
1299}
◆ _x
double Magick::chromaGreenPrimaryImage::_x |
|
private |
◆ _y
double Magick::chromaGreenPrimaryImage::_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