Searched defs:hue (Results 1 - 24 of 24) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_csc.h40 float hue; member in struct:vl_procamp
/external/ImageMagick/filters/
H A Danalyze.c99 hue,
172 GetPixelBlue(image,p),&hue,&saturation,&brightness);
97 hue, local
170 GetPixelBlue(image,p),&hue,&saturation,&brightness); local
/external/ImageMagick/www/source/
H A Danalyze.c99 hue,
171 GetPixelBlue(p),&hue,&saturation,&brightness);
97 hue, local
169 GetPixelBlue(p),&hue,&saturation,&brightness); local
/external/ImageMagick/Magick++/lib/
H A DColor.cpp613 void Magick::ColorHSL::hue(const double hue_) function in class:Magick::ColorHSL
616 hue, local
625 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation, local
628 hue=hue_;
630 ConvertHSLToRGB(hue,saturation,lightness,&red,&green,&blue);
637 double Magick::ColorHSL::hue(void) const function in class:Magick::ColorHSL
640 hue, local
644 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation, local
647 return(hue);
653 hue, local
662 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation, local
677 hue, local
681 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation, local
690 hue, local
699 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation, local
714 hue, local
718 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation, local
[all...]
/external/ImageMagick/MagickCore/
H A Dcomposite.c183 static void HCLComposite(const MagickRealType hue,const MagickRealType chroma,
202 h=6.0*hue;
250 const MagickRealType blue,MagickRealType *hue,MagickRealType *chroma,
264 assert(hue != (MagickRealType *) NULL);
284 *hue=(h/6.0);
1225 hue,
1275 hue=0.0;
1765 &hue,&chroma,&sans);
1766 HCLComposite(hue,chroma,luma,&red,&green,&blue);
1935 &hue,
181 HCLComposite(const MagickRealType hue,const MagickRealType chroma, const MagickRealType luma,MagickRealType *red,MagickRealType *green, MagickRealType *blue) argument
247 CompositeHCL(const MagickRealType red,const MagickRealType green, const MagickRealType blue,MagickRealType *hue,MagickRealType *chroma, MagickRealType *luma) argument
1223 hue, local
[all...]
H A Dgem.c74 % ConvertHCLToRGB() transforms a (hue, chroma, luma) to a (red, green,
79 % void ConvertHCLToRGB(const double hue,const double chroma,
84 % o hue, chroma, luma: A double value representing a component of the
90 MagickPrivate void ConvertHCLToRGB(const double hue,const double chroma,
108 h=6.0*hue;
167 % ConvertHCLpToRGB() transforms a (hue, chroma, luma) to a (red, green,
173 % void ConvertHCLpToRGB(const double hue,const double chroma,
178 % o hue, chroma, luma: A double value representing a componenet of the
184 MagickPrivate void ConvertHCLpToRGB(const double hue,const double chroma,
203 h=6.0*hue;
88 ConvertHCLToRGB(const double hue,const double chroma, const double luma,double *red,double *green,double *blue) argument
181 ConvertHCLpToRGB(const double hue,const double chroma, const double luma,double *red,double *green,double *blue) argument
286 ConvertHSBToRGB(const double hue,const double saturation, const double brightness,double *red,double *green,double *blue) argument
389 ConvertHSIToRGB(const double hue,const double saturation, const double intensity,double *red,double *green,double *blue) argument
462 ConvertHSLToRGB(const double hue,const double saturation, const double lightness,double *red,double *green,double *blue) argument
566 ConvertHSVToRGB(const double hue,const double saturation, const double value,double *red,double *green,double *blue) argument
667 ConvertHWBToRGB(const double hue,const double whiteness, const double blackness,double *red,double *green,double *blue) argument
744 ConvertLCHabToXYZ(const double luma,const double chroma, const double hue,double *X,double *Y,double *Z) argument
751 ConvertLCHabToRGB(const double luma,const double chroma, const double hue,double *red,double *green,double *blue) argument
797 ConvertLCHuvToXYZ(const double luma,const double chroma, const double hue,double *X,double *Y,double *Z) argument
804 ConvertLCHuvToRGB(const double luma,const double chroma, const double hue,double *red,double *green,double *blue) argument
850 ConvertRGBToHCL(const double red,const double green, const double blue,double *hue,double *chroma,double *luma) argument
911 ConvertRGBToHCLp(const double red,const double green, const double blue,double *hue,double *chroma,double *luma) argument
972 ConvertRGBToHSB(const double red,const double green, const double blue,double *hue,double *saturation,double *brightness) argument
1042 ConvertRGBToHSI(const double red,const double green, const double blue,double *hue,double *saturation,double *intensity) argument
1099 ConvertRGBToHSL(const double red,const double green, const double blue,double *hue,double *saturation,double *lightness) argument
1171 ConvertRGBToHSV(const double red,const double green, const double blue,double *hue,double *saturation,double *value) argument
1240 ConvertRGBToHWB(const double red,const double green, const double blue,double *hue,double *whiteness,double *blackness) argument
1300 ConvertXYZToLCHab(const double X,const double Y, const double Z,double *luma,double *chroma,double *hue) argument
1314 ConvertRGBToLCHab(const double red,const double green, const double blue,double *luma,double *chroma,double *hue) argument
1361 ConvertXYZToLCHuv(const double X,const double Y, const double Z,double *luma,double *chroma,double *hue) argument
1375 ConvertRGBToLCHuv(const double red,const double green, const double blue,double *luma,double *chroma,double *hue) argument
[all...]
H A Daccelerate.c3425 hue, local
3520 hue=percent_hue;
3527 clStatus|=clEnv->library->clSetKernelArg(modulateKernel,i++,sizeof(cl_float),&hue);
H A Denhance.c849 hue,
858 hue=0.0;
861 ConvertRGBToHSB(*red,*green,*blue,&hue,&saturation,&brightness);
869 ConvertHSBToRGB(hue,saturation,brightness,red,green,blue);
2933 % ModulateImage() lets you control the brightness, saturation, and hue
2934 % of an image. Modulate represents the brightness, saturation, and hue
2936 % modulation is lightness, saturation, and hue. For HWB, use blackness,
2937 % whiteness, and hue. And for HCL, use chrome, luma, and hue.
2948 % o modulate: Define the percent change in brightness, saturation, and hue
842 hue, local
2942 hue, local
2965 hue, local
2989 hue, local
3012 hue, local
3034 hue, local
3057 hue, local
3081 hue, local
3103 hue, local
3126 hue, local
[all...]
H A Dfx.c827 % permits saturation changes, hue rotation, luminance to alpha, and various
1419 (LocaleCompare(p,"hue") != 0) && (LocaleCompare(p,"saturation") != 0) &&
1649 if (LocaleCompare(symbol,"hue") == 0)
1652 hue, local
1656 ConvertRGBToHSL(pixel.red,pixel.green,pixel.blue,&hue,&saturation,
1658 return(hue);
1702 hue, local
1706 ConvertRGBToHSL(pixel.red,pixel.green,pixel.blue,&hue,&saturation,
1792 hue, local
1796 ConvertRGBToHSL(pixel.red,pixel.green,pixel.blue,&hue,
[all...]
/external/ImageMagick/MagickWand/
H A Dpixel-wand.c1082 % void PixelGetHSL(const PixelWand *wand,double *hue,double *saturation,
1089 % o hue,saturation,lightness: Return the pixel hue, saturation, and
1093 WandExport void PixelGetHSL(const PixelWand *wand,double *hue,
1102 hue,saturation,lightness);
2011 % void PixelSetHSL(PixelWand *wand,const double hue,
2018 % o hue,saturation,lightness: Return the pixel hue, saturation, and
2022 WandExport void PixelSetHSL(PixelWand *wand,const double hue,
2034 ConvertHSLToRGB(hue,saturatio
1063 PixelGetHSL(const PixelWand *wand,double *hue, double *saturation,double *lightness) argument
1966 PixelSetHSL(PixelWand *wand,const double hue, const double saturation,const double lightness) argument
[all...]
H A Dmagick-image.c1634 % permits saturation changes, hue rotation, luminance to alpha, and various
6886 % MagickModulateImage() lets you control the brightness, saturation, and hue
6893 % 10% and leave the hue unchanged, use: 120,90,100.
6898 % const double brightness,const double saturation,const double hue)
6908 % o hue: the percent change in hue.
6912 const double brightness,const double saturation,const double hue)
6927 brightness,saturation,hue);
6771 MagickModulateImage(MagickWand *wand, const double brightness,const double saturation,const double hue) argument
/external/ImageMagick/coders/
H A Dsixel.c149 static int hue_to_rgb(int n1, int n2, int hue)
153 if (hue < 0) {
154 hue += HLSMAX;
157 if (hue > HLSMAX) {
158 hue -= HLSMAX;
161 if (hue < (HLSMAX / 6)) {
162 return (n1 + (((n2 - n1) * hue + (HLSMAX / 12)) / (HLSMAX / 6)));
164 if (hue < (HLSMAX / 2)) {
167 if (hue < ((HLSMAX * 2) / 3)) {
168 return (n1 + (((n2 - n1) * (((HLSMAX * 2) / 3) - hue)
147 hue_to_rgb(int n1, int n2, int hue) argument
171 hls_to_rgb(int hue, int lum, int sat) argument
[all...]
/external/ImageMagick/tests/
H A Dvalidate.c98 static void ConvertHSIToRGB(const double hue,const double saturation,
104 h=360.0*hue;
136 const double blue,double *hue,double *saturation,double *intensity)
145 *hue=0.0;
153 *hue=atan2(beta,alpha)*(180.0/MagickPI)/360.0;
154 if (*hue < 0.0)
155 *hue+=1.0; argument
158 static void ConvertHSVToRGB(const double hue,const double saturation,
167 h=hue*360.0;
367 const double hue,doubl
95 ConvertHSIToRGB(const double hue,const double saturation, const double intensity,double *red,double *green,double *blue) argument
132 ConvertRGBToHSI(const double red,const double green, const double blue,double *hue,double *saturation,double *intensity) argument
363 ConvertLCHabToXYZ(const double luma,const double chroma, const double hue,double *X,double *Y,double *Z) argument
370 ConvertLCHabToRGB(const double luma,const double chroma, const double hue,double *red,double *green,double *blue) argument
382 ConvertRGBToHSV(const double red,const double green, const double blue,double *hue,double *saturation,double *value) argument
417 ConvertXYZToLCHab(const double X,const double Y, const double Z,double *luma,double *chroma,double *hue) argument
431 ConvertRGBToLCHab(const double red,const double green, const double blue,double *luma,double *chroma,double *hue) argument
[all...]
/external/libpng/contrib/gregbook/
H A Drpng2-win.c972 double red=0.0, green=0.0, blue=0.0, hue, s, v, f, p, q, t; local
982 * aoffset: number of degrees to rotate hue [CURRENTLY NOT USED]
1009 hue = (angle + PI) * INV_PI_360 + aoffset;
1020 if ((hue < 0.0) || (hue >= 360.0))
1021 hue -= (((int)(hue / 360.0)) * 360.0);
1022 hue /= 60.0;
1023 ii = (int)hue;
1024 f = hue
[all...]
H A Drpng2-x.c1221 double red=0.0, green=0.0, blue=0.0, hue, s, v, f, p, q, t; local
1231 * aoffset: number of degrees to rotate hue [CURRENTLY NOT USED]
1258 hue = (angle + PI) * INV_PI_360 + aoffset;
1269 if ((hue < 0.0) || (hue >= 360.0))
1270 hue -= (((int)(hue / 360.0)) * 360.0);
1271 hue /= 60.0;
1272 ii = (int)hue;
1273 f = hue
1993 double red=0.0, green=0.0, blue=0.0, hue, s, v, f, p, q, t; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1703 milliseconds