|
Magick++ 7.1.2-29
Convert, Edit, Or Compose Bitmap Images
|
Public Member Functions | |
| colorizeImage (const unsigned int alphaRed_, const unsigned int alphaGreen_, const unsigned int alphaBlue_, const Color &penColor_) | |
| colorizeImage (const unsigned int alpha_, const Color &penColor_) | |
| void | operator() (Image &image_) const |
Private Attributes | |
| unsigned int | _alphaRed |
| unsigned int | _alphaGreen |
| unsigned int | _alphaBlue |
| Color | _penColor |
| Magick::colorizeImage::colorizeImage | ( | const unsigned int | alphaRed_, |
| const unsigned int | alphaGreen_, | ||
| const unsigned int | alphaBlue_, | ||
| const Color & | penColor_ ) |
| Magick::colorizeImage::colorizeImage | ( | const unsigned int | alpha_, |
| const Color & | penColor_ ) |
| void Magick::colorizeImage::operator() | ( | Magick::Image & | image_ | ) | const |