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}
| double Magick::chromaGreenPrimaryImage::_x |
|
private |
| double Magick::chromaGreenPrimaryImage::_y |
|
private |
| double Magick::chromaGreenPrimaryImage::_z |
|
private |
The documentation for this class was generated from the following files:
- /root/im/imagemagick-7.1.1.43+dfsg1/Magick++/lib/Magick++/STL.h
- /root/im/imagemagick-7.1.1.43+dfsg1/Magick++/lib/STL.cpp