Home
last modified time | relevance | path

Searched refs:yellow_ (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/Magick++/lib/Magick++/
DColor.h78 Color(const Quantum cyan_,const Quantum magenta_,const Quantum yellow_,
196 ColorCMYK(const double cyan_,const double magenta_,const double yellow_,
200 ColorCMYK(const double cyan_,const double magenta_,const double yellow_,
226 void yellow(const double yellow_);
/external/ImageMagick/Magick++/lib/
DColor.cpp113 const Quantum yellow_,const Quantum black_,const Quantum alpha_) in Color() argument
123 quantumBlue(yellow_); in Color()
448 const double yellow_,const double black_) in ColorCMYK() argument
453 yellow(yellow_); in ColorCMYK()
458 const double yellow_,const double black_,const double alpha_) in ColorCMYK() argument
463 yellow(yellow_); in ColorCMYK()
518 void Magick::ColorCMYK::yellow(const double yellow_) in yellow() argument
520 quantumBlue(scaleDoubleToQuantum(yellow_)); in yellow()