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

Public Member Functions

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

Private Attributes

double _x
 
double _y
 

Detailed Description

Definition at line 1380 of file STL.h.

Constructor & Destructor Documentation

◆ chromaGreenPrimaryImage()

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

Definition at line 1290 of file STL.cpp.

1292 : _x( x_ ),
1293 _y( y_ )
1294{
1295}

Member Function Documentation

◆ operator()()

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

Definition at line 1296 of file STL.cpp.

1297{
1298 image_.chromaGreenPrimary( _x, _y );
1299}

Member Data Documentation

◆ _x

double Magick::chromaGreenPrimaryImage::_x
private

Definition at line 1388 of file STL.h.

◆ _y

double Magick::chromaGreenPrimaryImage::_y
private

Definition at line 1389 of file STL.h.


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