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

Public Member Functions

 chromaWhitePointImage (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 1364 of file STL.h.

Constructor & Destructor Documentation

◆ chromaWhitePointImage()

Magick::chromaWhitePointImage::chromaWhitePointImage ( const double  x_,
const double  y_,
const double  z_ 
)

Definition at line 1262 of file STL.cpp.

1264 : _x(x_),
1265 _y(y_),
1266 _z(z_)
1267{
1268}

Member Function Documentation

◆ operator()()

void Magick::chromaWhitePointImage::operator() ( Magick::Image image_) const

Definition at line 1270 of file STL.cpp.

1271{
1272 image_.chromaWhitePoint(_x,_y,_z);
1273}

Member Data Documentation

◆ _x

double Magick::chromaWhitePointImage::_x
private

Definition at line 1372 of file STL.h.

◆ _y

double Magick::chromaWhitePointImage::_y
private

Definition at line 1373 of file STL.h.

◆ _z

double Magick::chromaWhitePointImage::_z
private

Definition at line 1374 of file STL.h.


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