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

Public Member Functions

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

Private Attributes

double _x
 
double _y
 

Detailed Description

Definition at line 1367 of file STL.h.

Constructor & Destructor Documentation

◆ chromaBluePrimaryImage()

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

Definition at line 1278 of file STL.cpp.

1280 : _x( x_ ),
1281 _y( y_ )
1282{
1283}

Member Function Documentation

◆ operator()()

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

Definition at line 1284 of file STL.cpp.

1285{
1286 image_.chromaBluePrimary( _x, _y );
1287}

Member Data Documentation

◆ _x

double Magick::chromaBluePrimaryImage::_x
private

Definition at line 1375 of file STL.h.

◆ _y

double Magick::chromaBluePrimaryImage::_y
private

Definition at line 1376 of file STL.h.


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