_blue | DrawingColor | [private] |
_calculateHSV(void) | DrawingColor | [private] |
_cutoff | DrawingColor | [private, static] |
_cutoffAdjustment | DrawingColor | [private, static] |
_green | DrawingColor | [private] |
_h | DrawingColor | [private] |
_hexCharacterToInt(const char digit) | DrawingColor | [private] |
_intToHexString(unsigned char v) const | DrawingColor | [private] |
_name | DrawingColor | [private] |
_red | DrawingColor | [private] |
_s | DrawingColor | [private] |
_setColorFromString(const std::string &color) | DrawingColor | [private] |
_v | DrawingColor | [private] |
DrawingColor(const std::string &name="white", unsigned char red=255, unsigned char green=255, unsigned char blue=255) | DrawingColor | |
DrawingColor(const std::string &name, const std::string &postScriptOrHexTriplet) | DrawingColor | |
DrawingColor(const std::string &name, double h, double s, double v) | DrawingColor | |
get(void) const | DrawingColor | |
getComplement(void) const | DrawingColor | |
getCutoffAdjustment(void) | DrawingColor | [static] |
getHue(void) const | DrawingColor | [inline] |
getName(void) const | DrawingColor | |
getPostscript(void) const | DrawingColor | |
getSaturation(void) const | DrawingColor | [inline] |
getValue(void) const | DrawingColor | [inline] |
set(unsigned char red, unsigned char green, unsigned char blue) | DrawingColor | |
set(const std::string &color) | DrawingColor | |
setCutoffAdjustment(double value) | DrawingColor | [static] |
setFromHSV(double h, double s, double v) | DrawingColor | |
useBlackInk(void) const | DrawingColor | |