Searched refs:percent_hue (Results 1 – 3 of 3) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | enhance.c | 3441 static inline void ModulateHCL(const double percent_hue, in ModulateHCL() argument 3454 hue+=fmod((percent_hue-100.0),200.0)/200.0; in ModulateHCL() 3460 static inline void ModulateHCLp(const double percent_hue, in ModulateHCLp() argument 3473 hue+=fmod((percent_hue-100.0),200.0)/200.0; in ModulateHCLp() 3479 static inline void ModulateHSB(const double percent_hue, in ModulateHSB() argument 3492 hue+=fmod((percent_hue-100.0),200.0)/200.0; in ModulateHSB() 3498 static inline void ModulateHSI(const double percent_hue, in ModulateHSI() argument 3511 hue+=fmod((percent_hue-100.0),200.0)/200.0; in ModulateHSI() 3517 static inline void ModulateHSL(const double percent_hue, in ModulateHSL() argument 3530 hue+=fmod((percent_hue-100.0),200.0)/200.0; in ModulateHSL() [all …]
|
D | accelerate-kernels-private.h | 2098 …inline void ModulateHSL(const float percent_hue, const float percent_saturation,const float percen… 2110 hue+=0.5*(0.01*percent_hue-1.0); 2122 const float percent_hue, 2148 ModulateHSL(percent_hue, percent_saturation, percent_brightness,
|
D | accelerate.c | 3325 const double percent_brightness,const double percent_hue, in ComputeModulateImage() argument 3429 hue=percent_hue; in ComputeModulateImage() 3495 const double percent_brightness,const double percent_hue, in AccelerateModulateImage() argument 3518 status=ComputeModulateImage(image,clEnv,percent_brightness,percent_hue, in AccelerateModulateImage()
|