Searched refs:GetPixelInfoChannel (Results 1 – 3 of 3) sorted by relevance
1036 if (pixel < GetPixelInfoChannel(&threshold,channel)) in BlackThresholdImage()1370 if ((q[i] < GetPixelInfoChannel(&start,channel)) || in ColorThresholdImage()1371 (q[i] > GetPixelInfoChannel(&stop,channel))) in ColorThresholdImage()2625 if (pixel > GetPixelInfoChannel(&threshold,channel)) in WhiteThresholdImage()
209 static inline MagickRealType GetPixelInfoChannel( in GetPixelInfoChannel() function
654 Colorize(q[i],GetPixelInfoChannel(&blend_percentage,(PixelChannel) i), in ColorizeImage()655 GetPixelInfoChannel(colorize,(PixelChannel) i))),q); in ColorizeImage()