Magick++ 7.1.1
Loading...
Searching...
No Matches
Magick::chromaGreenPrimaryImage Class Reference
Collaboration diagram for Magick::chromaGreenPrimaryImage:

Public Member Functions

 chromaGreenPrimaryImage (const double x_, const double y_, const double z_)
 
void operator() (Image &image_) const
 

Private Attributes

double _x
 
double _y
 
double _z
 

Detailed Description

Definition at line 1336 of file STL.h.

Constructor & Destructor Documentation

◆ 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}

Member Function Documentation

◆ 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}

Member Data Documentation

◆ _x

double Magick::chromaGreenPrimaryImage::_x
private

Definition at line 1344 of file STL.h.

◆ _y

double Magick::chromaGreenPrimaryImage::_y
private

Definition at line 1345 of file STL.h.

◆ _z

double Magick::chromaGreenPrimaryImage::_z
private

Definition at line 1346 of file STL.h.


The documentation for this class was generated from the following files: