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

Public Member Functions

 levelImage (const double black_point, const double white_point, const double mid_point=1.0)
 
void operator() (Image &image_) const
 

Private Attributes

double _black_point
 
double _white_point
 
double _mid_point
 

Detailed Description

Definition at line 653 of file STL.h.

Constructor & Destructor Documentation

◆ levelImage()

Magick::levelImage::levelImage ( const double black_point,
const double white_point,
const double mid_point = 1.0 )

Definition at line 631 of file STL.cpp.

634 : _black_point(black_point),
635 _white_point(white_point),
636 _mid_point(mid_point)
637{
638}

Member Function Documentation

◆ operator()()

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

Definition at line 639 of file STL.cpp.

640{
641 image_.level( _black_point, _white_point, _mid_point );
642}

Member Data Documentation

◆ _black_point

double Magick::levelImage::_black_point
private

Definition at line 663 of file STL.h.

◆ _mid_point

double Magick::levelImage::_mid_point
private

Definition at line 665 of file STL.h.

◆ _white_point

double Magick::levelImage::_white_point
private

Definition at line 664 of file STL.h.


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