Searched refs:hue_ (Results 1 – 6 of 6) sorted by relevance
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Color.h | 288 ColorHSL(const double hue_,const double saturation_, 298 void hue(const double hue_);
|
D | Image.h | 1090 const double hue_);
|
D | STL.h | 749 const double hue_ );
|
/external/ImageMagick/Magick++/lib/ |
D | Color.cpp | 602 Magick::ColorHSL::ColorHSL(const double hue_,const double saturation_, in ColorHSL() argument 611 ConvertHSLToRGB(hue_,saturation_,lightness_,&red,&green,&blue); in ColorHSL() 628 void Magick::ColorHSL::hue(const double hue_) in hue() argument 643 hue=hue_; in hue()
|
D | STL.cpp | 696 const double hue_ ) in modulateImage() argument 699 _hue( hue_ ) in modulateImage()
|
D | Image.cpp | 3601 const double hue_) in modulate() argument 3607 saturation_,hue_); in modulate()
|