#include <Color.h>
|
| 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 34 of file Color.h.
◆ PixelType
Enumerator |
---|
CMYKPixel | |
CMYKAPixel | |
RGBPixel | |
RGBAPixel | |
Definition at line 59 of file Color.h.
◆ Color() [1/10]
Magick::Color::Color |
( |
void |
| ) |
|
◆ Color() [2/10]
Magick::Color::Color |
( |
const Magick::Quantum |
red_, |
|
|
const Magick::Quantum |
green_, |
|
|
const Magick::Quantum |
blue_ |
|
) |
| |
◆ Color() [3/10]
Magick::Color::Color |
( |
const Magick::Quantum |
red_, |
|
|
const Magick::Quantum |
green_, |
|
|
const Magick::Quantum |
blue_, |
|
|
const Magick::Quantum |
alpha_ |
|
) |
| |
◆ Color() [4/10]
Magick::Color::Color |
( |
const Magick::Quantum |
cyan_, |
|
|
const Magick::Quantum |
magenta_, |
|
|
const Magick::Quantum |
yellow_, |
|
|
const Magick::Quantum |
black_, |
|
|
const Magick::Quantum |
alpha_ |
|
) |
| |
◆ Color() [5/10]
Magick::Color::Color |
( |
const char * |
color_ | ) |
|
◆ Color() [6/10]
Magick::Color::Color |
( |
const Color & |
color_ | ) |
|
◆ Color() [7/10]
Magick::Color::Color |
( |
const PixelInfo & |
color_ | ) |
|
◆ Color() [8/10]
Magick::Color::Color |
( |
const std::string & |
color_ | ) |
|
◆ ~Color()
Magick::Color::~Color |
( |
void |
| ) |
|
|
virtual |
◆ Color() [9/10]
Magick::Color::Color |
( |
PixelInfo * |
rep_, |
|
|
PixelType |
pixelType_ |
|
) |
| |
|
protected |
◆ Color() [10/10]
◆ isFuzzyEquivalent()
bool Magick::Color::isFuzzyEquivalent |
( |
const Color & |
color_, |
|
|
const double |
fuzz_ |
|
) |
| const |
◆ isValid() [1/2]
void Magick::Color::isValid |
( |
const bool |
valid_ | ) |
|
◆ isValid() [2/2]
bool Magick::Color::isValid |
( |
void |
| ) |
const |
◆ operator PixelInfo()
Magick::Color::operator PixelInfo |
( |
| ) |
const |
◆ operator std::string()
Magick::Color::operator std::string |
( |
| ) |
const |
◆ operator=() [1/4]
◆ operator=() [2/4]
const Magick::Color & Magick::Color::operator= |
( |
const char * |
color | ) |
|
◆ operator=() [3/4]
const Color& Magick::Color::operator= |
( |
const PixelInfo & |
color_ | ) |
|
◆ operator=() [4/4]
const Magick::Color & Magick::Color::operator= |
( |
const std::string & |
color | ) |
|
◆ pixel()
void Magick::Color::pixel |
( |
PixelInfo * |
rep_, |
|
|
PixelType |
pixelType_ |
|
) |
| |
|
protected |
◆ pixelType()
◆ quantumAlpha() [1/2]
void Magick::Color::quantumAlpha |
( |
const Quantum |
alpha_ | ) |
|
◆ quantumAlpha() [2/2]
Magick::Quantum Magick::Color::quantumAlpha |
( |
void |
| ) |
const |
◆ quantumBlack() [1/2]
void Magick::Color::quantumBlack |
( |
const Quantum |
black_ | ) |
|
◆ quantumBlack() [2/2]
Magick::Quantum Magick::Color::quantumBlack |
( |
void |
| ) |
const |
◆ quantumBlue() [1/2]
void Magick::Color::quantumBlue |
( |
const Quantum |
blue_ | ) |
|
◆ quantumBlue() [2/2]
Magick::Quantum Magick::Color::quantumBlue |
( |
void |
| ) |
const |
◆ quantumGreen() [1/2]
void Magick::Color::quantumGreen |
( |
const Quantum |
green_ | ) |
|
◆ quantumGreen() [2/2]
Magick::Quantum Magick::Color::quantumGreen |
( |
void |
| ) |
const |
◆ quantumRed() [1/2]
void Magick::Color::quantumRed |
( |
const Quantum |
red_ | ) |
|
◆ quantumRed() [2/2]
Magick::Quantum Magick::Color::quantumRed |
( |
void |
| ) |
const |
◆ scaleDoubleToQuantum()
Magick::Quantum Magick::Color::scaleDoubleToQuantum |
( |
const double |
double_ | ) |
|
|
staticprotected |
◆ scaleQuantumToDouble()
double Magick::Color::scaleQuantumToDouble |
( |
const Quantum |
quantum_ | ) |
|
|
staticprotected |
◆ _pixel
PixelInfo* Magick::Color::_pixel |
|
protected |
The documentation for this class was generated from the following files: