Searched defs:DecodePixelGamma (Results 1 - 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dpixel.c256 % DecodePixelGamma() applies the expansive power-law nonlinearity to the pixel.
258 % The format of the DecodePixelGamma method is:
260 % double DecodePixelGamma(const MagickRealType pixel)
326 MagickExport MagickRealType DecodePixelGamma(const MagickRealType pixel)
2291 red=DecodePixelGamma(red);
2292 green=DecodePixelGamma(green);
2293 blue=DecodePixelGamma(blue);
2314 red=DecodePixelGamma(red);
2315 green=DecodePixelGamma(green);
2316 blue=DecodePixelGamma(blu
320 MagickExport MagickRealType DecodePixelGamma(const MagickRealType pixel) function
[all...]

Completed in 170 milliseconds