Searched refs:TroughModulate (Results 1 – 2 of 2) sorted by relevance
69 #define TroughModulate ScaleCharToQuantum(110) macro275 trough.red=QuantumScale*matte.red*TroughModulate; in FrameImage()276 trough.green=QuantumScale*matte.green*TroughModulate; in FrameImage()277 trough.blue=QuantumScale*matte.blue*TroughModulate; in FrameImage()278 trough.black=QuantumScale*matte.black*TroughModulate; in FrameImage()
145 #define TroughModulate ScaleCharToQuantum(110) macro3160 pixel->matte_color.red*ScaleQuantumToShort(TroughModulate))/65535L); in XGetPixelInfo()3162 pixel->matte_color.green*ScaleQuantumToShort(TroughModulate))/65535L); in XGetPixelInfo()3164 pixel->matte_color.blue*ScaleQuantumToShort(TroughModulate))/65535L); in XGetPixelInfo()