|
| ColorHSL (void) |
|
| ColorHSL (const Color &color_) |
|
| ColorHSL (const double hue_, const double saturation_, const double lightness_) |
|
| ~ColorHSL () |
|
ColorHSL & | operator= (const Color &color_) |
|
void | hue (const double hue_) |
|
double | hue (void) const |
|
void | lightness (const double lightness_) |
|
double | lightness (void) const |
|
void | saturation (const double saturation_) |
|
double | saturation (void) const |
|
| Color (void) |
|
| 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_) |
|
virtual | ~Color (void) |
|
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 |
|
Definition at line 277 of file Color.h.