Definition at line 1336 of file STL.h.
◆ chromaGreenPrimaryImage()
Magick::chromaGreenPrimaryImage::chromaGreenPrimaryImage |
( |
const double | x_, |
|
|
const double | y_, |
|
|
const double | z_ ) |
Definition at line 1236 of file STL.cpp.
1238 : _x(x_),
1239 _y(y_),
1240 _z(z_)
1241{
1242}
◆ operator()()
void Magick::chromaGreenPrimaryImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 1244 of file STL.cpp.
1245{
1246 image_.chromaGreenPrimary(_x,_y,_z);
1247}
◆ _x
double Magick::chromaGreenPrimaryImage::_x |
|
private |
◆ _y
double Magick::chromaGreenPrimaryImage::_y |
|
private |
◆ _z
double Magick::chromaGreenPrimaryImage::_z |
|
private |
The documentation for this class was generated from the following files:
- ImageMagick-7/Magick++/lib/Magick++/STL.h
- ImageMagick-7/Magick++/lib/STL.cpp