Definition at line 1322 of file STL.h.
◆chromaBluePrimaryImage()
| Magick::chromaBluePrimaryImage::chromaBluePrimaryImage |
( |
const double |
x_, |
|
|
const double |
y_, |
|
|
const double |
z_ |
|
) |
| |
Definition at line 1223 of file STL.cpp.
1225 : _x(x_),
1226 _y(y_),
1227 _z(z_)
1228{
1229}
◆operator()()
| void Magick::chromaBluePrimaryImage::operator() |
( |
Magick::Image & |
image_ | ) |
const |
Definition at line 1231 of file STL.cpp.
1232{
1233 image_.chromaBluePrimary(_x,_y,_z);
1234}
| double Magick::chromaBluePrimaryImage::_x |
|
private |
| double Magick::chromaBluePrimaryImage::_y |
|
private |
| double Magick::chromaBluePrimaryImage::_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