Searched refs:hue_ (Results 1 – 6 of 6) sorted by relevance
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Color.h | 284 ColorHSL(const double hue_,const double saturation_, 294 void hue(const double hue_);
|
D | Image.h | 1076 const double hue_);
|
D | STL.h | 749 const double hue_ );
|
/external/ImageMagick/Magick++/lib/ |
D | Color.cpp | 587 Magick::ColorHSL::ColorHSL(const double hue_,const double saturation_, in ColorHSL() argument 596 ConvertHSLToRGB(hue_,saturation_,lightness_,&red,&green,&blue); in ColorHSL() 613 void Magick::ColorHSL::hue(const double hue_) in hue() argument 628 hue=hue_; in hue()
|
D | STL.cpp | 693 const double hue_ ) in modulateImage() argument 696 _hue( hue_ ) in modulateImage()
|
D | Image.cpp | 3539 const double hue_) in modulate() argument 3545 saturation_,hue_); in modulate()
|