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

Public Member Functions

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

Private Attributes

double _x
 
double _y
 

Detailed Description

Definition at line 1393 of file STL.h.

Constructor & Destructor Documentation

◆ chromaRedPrimaryImage()

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

Definition at line 1302 of file STL.cpp.

1304 : _x( x_ ),
1305 _y( y_ )
1306{
1307}

Member Function Documentation

◆ operator()()

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

Definition at line 1308 of file STL.cpp.

1309{
1310 image_.chromaRedPrimary( _x, _y );
1311}

Member Data Documentation

◆ _x

double Magick::chromaRedPrimaryImage::_x
private

Definition at line 1401 of file STL.h.

◆ _y

double Magick::chromaRedPrimaryImage::_y
private

Definition at line 1402 of file STL.h.


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