Magick++ 6.9.13
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 556 of file STL.h.

Constructor & Destructor Documentation

◆ gammaImage() [1/2]

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

Definition at line 544 of file STL.cpp.

545 : _gammaRed( gamma_ ),
546 _gammaGreen( gamma_ ),
547 _gammaBlue( gamma_ )
548{
549}

◆ gammaImage() [2/2]

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

Definition at line 550 of file STL.cpp.

553 : _gammaRed( gammaRed_ ),
554 _gammaGreen( gammaGreen_ ),
555 _gammaBlue( gammaBlue_ )
556{
557}

Member Function Documentation

◆ operator()()

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

Definition at line 558 of file STL.cpp.

559{
560 image_.gamma( _gammaRed, _gammaGreen, _gammaBlue );
561}

Member Data Documentation

◆ _gammaBlue

double Magick::gammaImage::_gammaBlue
private

Definition at line 570 of file STL.h.

◆ _gammaGreen

double Magick::gammaImage::_gammaGreen
private

Definition at line 569 of file STL.h.

◆ _gammaRed

double Magick::gammaImage::_gammaRed
private

Definition at line 568 of file STL.h.


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