Searched refs:PerceptibleThreshold (Results 1 – 1 of 1) sorted by relevance
2080 static inline Quantum PerceptibleThreshold(const Quantum quantum, in PerceptibleThreshold() function2124 q->red=(double) PerceptibleThreshold(ClampToQuantum(q->red), in PerceptibleImage()2126 q->green=(double) PerceptibleThreshold(ClampToQuantum(q->green), in PerceptibleImage()2128 q->blue=(double) PerceptibleThreshold(ClampToQuantum(q->blue), in PerceptibleImage()2130 q->alpha=(double) PerceptibleThreshold(ClampToQuantum(q->alpha), in PerceptibleImage()2173 q[i]=PerceptibleThreshold(q[i],epsilon); in PerceptibleImage()