|
Magick++ 7.1.2-29
Convert, Edit, Or Compose Bitmap Images
|
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 |
| Magick::gammaImage::gammaImage | ( | const double | gamma_ | ) |
| Magick::gammaImage::gammaImage | ( | const double | gammaRed_, |
| const double | gammaGreen_, | ||
| const double | gammaBlue_ ) |
| void Magick::gammaImage::operator() | ( | Magick::Image & | image_ | ) | const |