Lines Matching refs:GetPixelGreen
382 if (GetPixelGreen(image,p) < quantum) in BlueShiftImage()
383 quantum=GetPixelGreen(image,p); in BlueShiftImage()
387 pixel.green=0.5*(GetPixelGreen(image,p)+factor*quantum); in BlueShiftImage()
390 if (GetPixelGreen(image,p) > quantum) in BlueShiftImage()
391 quantum=GetPixelGreen(image,p); in BlueShiftImage()
855 GetPixelGreen(image,p)+ColorMatrix[v][2]*GetPixelBlue(image,p); in ColorMatrixImage()
1947 if ((double) GetPixelGreen(image,q) < tone) in SepiaToneImage()
2555 SetPixelGreen(stegano_image,SetBit(GetPixelGreen(stegano_image,q),j, in SteganoImage()
2711 SetPixelGreen(stereo_image,GetPixelGreen(right_image,q),r); in StereoAnaglyphImage()
3112 weight=QuantumScale*GetPixelGreen(image,p)-0.5; in TintImage()
3113 pixel.green=(MagickRealType) GetPixelGreen(image,p)+color_vector.green* in TintImage()