Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:DecodePixelGamma

255 %  DecodePixelGamma() applies the expansive power-law nonlinearity to the pixel.
257 % The format of the DecodePixelGamma method is:
259 % double DecodePixelGamma(const MagickRealType pixel)
325 MagickExport MagickRealType DecodePixelGamma(const MagickRealType pixel)
2292 red=DecodePixelGamma(red);
2293 green=DecodePixelGamma(green);
2294 blue=DecodePixelGamma(blue);
2315 red=DecodePixelGamma(red);
2316 green=DecodePixelGamma(green);
2317 blue=DecodePixelGamma(blue);
2421 red=DecodePixelGamma(red);
2422 green=DecodePixelGamma(green);
2423 blue=DecodePixelGamma(blue);
2444 red=DecodePixelGamma(red);
2445 green=DecodePixelGamma(green);
2446 blue=DecodePixelGamma(blue);