|
Magick++ 7.1.2-29
Convert, Edit, Or Compose Bitmap Images
|
Public Member Functions | |
| ColorMono (const bool mono_) | |
| ColorMono (const Color &color_) | |
| ColorMono & | operator= (const Color &color_) |
| void | mono (const bool mono_) |
| bool | mono (void) const |
| Public Member Functions inherited from Magick::Color | |
| Color (const Magick::Quantum red_, const Magick::Quantum green_, const Magick::Quantum blue_) | |
| Color (const Magick::Quantum red_, const Magick::Quantum green_, const Magick::Quantum blue_, const Magick::Quantum alpha_) | |
| Color (const Magick::Quantum cyan_, const Magick::Quantum magenta_, const Magick::Quantum yellow_, const Magick::Quantum black_, const Magick::Quantum alpha_) | |
| Color (const char *color_) | |
| Color (const Color &color_) | |
| Color (const PixelInfo &color_) | |
| Color (const std::string &color_) | |
| Color & | operator= (const Color &color_) |
| const Color & | operator= (const char *color) |
| const Color & | operator= (const PixelInfo &color_) |
| const Color & | operator= (const std::string &color) |
| operator PixelInfo () const | |
| operator std::string () const | |
| bool | isFuzzyEquivalent (const Color &color_, const double fuzz_) const |
| void | isValid (const bool valid_) |
| bool | isValid (void) const |
| Magick::Color::PixelType | pixelType (void) const |
| void | quantumAlpha (const Quantum alpha_) |
| Quantum | quantumAlpha (void) const |
| void | quantumBlack (const Quantum black_) |
| Quantum | quantumBlack (void) const |
| void | quantumBlue (const Quantum blue_) |
| Quantum | quantumBlue (void) const |
| void | quantumGreen (const Quantum green_) |
| Quantum | quantumGreen (void) const |
| void | quantumRed (const Quantum red_) |
| Quantum | quantumRed (void) const |
Protected Member Functions | |
| ColorMono (PixelInfo *rep_, PixelType pixelType_) | |
| Protected Member Functions inherited from Magick::Color | |
| Color (PixelInfo *rep_, PixelType pixelType_) | |
| Color (PixelType pixelType_) | |
| void | pixel (PixelInfo *rep_, PixelType pixelType_) |
Additional Inherited Members | |
| Public Types inherited from Magick::Color | |
| enum | PixelType { CMYKPixel , CMYKAPixel , RGBPixel , RGBAPixel } |
| Static Protected Member Functions inherited from Magick::Color | |
| static Quantum | scaleDoubleToQuantum (const double double_) |
| static double | scaleQuantumToDouble (const Quantum quantum_) |
| Protected Attributes inherited from Magick::Color | |
| PixelInfo * | _pixel |
| Magick::ColorMono::ColorMono | ( | void | ) |
| Magick::ColorMono::ColorMono | ( | const bool | mono_ | ) |
| Magick::ColorMono::ColorMono | ( | const Color & | color_ | ) |
|
protected |
| void Magick::ColorMono::mono | ( | const bool | mono_ | ) |
| bool Magick::ColorMono::mono | ( | void | ) | const |
| Magick::ColorMono & Magick::ColorMono::operator= | ( | const Color & | color_ | ) |