Searched refs:yellow_ (Results 1 – 2 of 2) sorted by relevance
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Color.h | 80 const Magick::Quantum yellow_,const Magick::Quantum black_, 200 ColorCMYK(const double cyan_,const double magenta_,const double yellow_, 204 ColorCMYK(const double cyan_,const double magenta_,const double yellow_, 230 void yellow(const double yellow_);
|
/external/ImageMagick/Magick++/lib/ |
D | Color.cpp | 122 const Magick::Quantum yellow_,const Magick::Quantum black_, in Color() argument 133 quantumBlue(yellow_); in Color() 463 const double yellow_,const double black_) in ColorCMYK() argument 468 yellow(yellow_); in ColorCMYK() 473 const double yellow_,const double black_,const double alpha_) in ColorCMYK() argument 478 yellow(yellow_); in ColorCMYK() 533 void Magick::ColorCMYK::yellow(const double yellow_) in yellow() argument 535 quantumBlue(scaleDoubleToQuantum(yellow_)); in yellow()
|