Definition at line 1350 of file STL.h.
◆ chromaRedPrimaryImage()
Magick::chromaRedPrimaryImage::chromaRedPrimaryImage |
( |
const double | x_, |
|
|
const double | y_, |
|
|
const double | z_ ) |
Definition at line 1249 of file STL.cpp.
1251 : _x(x_),
1252 _y(y_),
1253 _z(z_)
1254{
1255}
◆ operator()()
void Magick::chromaRedPrimaryImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 1257 of file STL.cpp.
1258{
1259 image_.chromaRedPrimary(_x,_y,_z);
1260}
◆ _x
double Magick::chromaRedPrimaryImage::_x |
|
private |
◆ _y
double Magick::chromaRedPrimaryImage::_y |
|
private |
◆ _z
double Magick::chromaRedPrimaryImage::_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