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

Public Member Functions

 chromaBluePrimaryImage (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 1322 of file STL.h.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

◆ _x

double Magick::chromaBluePrimaryImage::_x
private

Definition at line 1330 of file STL.h.

◆ _y

double Magick::chromaBluePrimaryImage::_y
private

Definition at line 1331 of file STL.h.

◆ _z

double Magick::chromaBluePrimaryImage::_z
private

Definition at line 1332 of file STL.h.


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