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

Public Member Functions

 gammaImage (const double gamma_)
 
 gammaImage (const double gammaRed_, const double gammaGreen_, const double gammaBlue_)
 
void operator() (Image &image_) const
 

Private Attributes

double _gammaRed
 
double _gammaGreen
 
double _gammaBlue
 

Detailed Description

Definition at line 572 of file STL.h.

Constructor & Destructor Documentation

◆ gammaImage() [1/2]

Magick::gammaImage::gammaImage ( const double  gamma_)

Definition at line 554 of file STL.cpp.

555 : _gammaRed( gamma_ ),
556 _gammaGreen( gamma_ ),
557 _gammaBlue( gamma_ )
558{
559}

◆ gammaImage() [2/2]

Magick::gammaImage::gammaImage ( const double  gammaRed_,
const double  gammaGreen_,
const double  gammaBlue_ 
)

Definition at line 560 of file STL.cpp.

563 : _gammaRed( gammaRed_ ),
564 _gammaGreen( gammaGreen_ ),
565 _gammaBlue( gammaBlue_ )
566{
567}

Member Function Documentation

◆ operator()()

void Magick::gammaImage::operator() ( Magick::Image image_) const

Definition at line 568 of file STL.cpp.

569{
570 image_.gamma( _gammaRed, _gammaGreen, _gammaBlue );
571}

Member Data Documentation

◆ _gammaBlue

double Magick::gammaImage::_gammaBlue
private

Definition at line 586 of file STL.h.

◆ _gammaGreen

double Magick::gammaImage::_gammaGreen
private

Definition at line 585 of file STL.h.

◆ _gammaRed

double Magick::gammaImage::_gammaRed
private

Definition at line 584 of file STL.h.


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