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

Public Member Functions

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

Private Attributes

double _x
 
double _y
 

Detailed Description

Definition at line 1406 of file STL.h.

Constructor & Destructor Documentation

◆ chromaWhitePointImage()

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

Definition at line 1314 of file STL.cpp.

1316 : _x( x_ ),
1317 _y( y_ )
1318{
1319}

Member Function Documentation

◆ operator()()

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

Definition at line 1320 of file STL.cpp.

1321{
1322 image_.chromaWhitePoint( _x, _y );
1323}

Member Data Documentation

◆ _x

double Magick::chromaWhitePointImage::_x
private

Definition at line 1414 of file STL.h.

◆ _y

double Magick::chromaWhitePointImage::_y
private

Definition at line 1415 of file STL.h.


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