Searched refs:DecodePixelGamma (Results 1 – 8 of 8) sorted by relevance
59 red=QuantumScale*DecodePixelGamma(pixel->red); in ConvertRGBToCMYK()60 green=QuantumScale*DecodePixelGamma(pixel->green); in ConvertRGBToCMYK()61 blue=QuantumScale*DecodePixelGamma(pixel->blue); in ConvertRGBToCMYK()
138 r=QuantumScale*DecodePixelGamma(red); in ConvertRGBToXYZ()139 g=QuantumScale*DecodePixelGamma(green); in ConvertRGBToXYZ()140 b=QuantumScale*DecodePixelGamma(blue); in ConvertRGBToXYZ()
258 intensity=(MagickRealType) (0.212656f*DecodePixelGamma(pixel->red)+ in GetPixelInfoLuminance()259 0.715158f*DecodePixelGamma(pixel->green)+ in GetPixelInfoLuminance()260 0.072186f*DecodePixelGamma(pixel->blue)); in GetPixelInfoLuminance()303 intensity=(MagickRealType) (0.212656f*DecodePixelGamma((MagickRealType) in GetPixelLuminance()305 DecodePixelGamma((MagickRealType) in GetPixelLuminance()307 DecodePixelGamma((MagickRealType) in GetPixelLuminance()
249 DecodePixelGamma(const MagickRealType) magick_hot_spot,
662 red=(double) DecodePixelGamma((MagickRealType) in sRGBTransformImage()664 green=(double) DecodePixelGamma((MagickRealType) in sRGBTransformImage()666 blue=(double) DecodePixelGamma((MagickRealType) in sRGBTransformImage()729 red=DecodePixelGamma((MagickRealType) GetPixelRed(image,q)); in sRGBTransformImage()730 green=DecodePixelGamma((MagickRealType) GetPixelGreen(image,q)); in sRGBTransformImage()731 blue=DecodePixelGamma((MagickRealType) GetPixelBlue(image,q)); in sRGBTransformImage()
320 MagickExport MagickRealType DecodePixelGamma(const MagickRealType pixel) in DecodePixelGamma() function2280 red=DecodePixelGamma(red); in GetPixelInfoIntensity()2281 green=DecodePixelGamma(green); in GetPixelInfoIntensity()2282 blue=DecodePixelGamma(blue); in GetPixelInfoIntensity()2303 red=DecodePixelGamma(red); in GetPixelInfoIntensity()2304 green=DecodePixelGamma(green); in GetPixelInfoIntensity()2305 blue=DecodePixelGamma(blue); in GetPixelInfoIntensity()2408 red=DecodePixelGamma(red); in GetPixelIntensity()2409 green=DecodePixelGamma(green); in GetPixelIntensity()2410 blue=DecodePixelGamma(blue); in GetPixelIntensity()[all …]
2075 red=DecodePixelGamma(red); in GrayscaleImage()2076 green=DecodePixelGamma(green); in GrayscaleImage()2077 blue=DecodePixelGamma(blue); in GrayscaleImage()2098 red=DecodePixelGamma(red); in GrayscaleImage()2099 green=DecodePixelGamma(green); in GrayscaleImage()2100 blue=DecodePixelGamma(blue); in GrayscaleImage()
231 r=QuantumScale*DecodePixelGamma(red); in ConvertRGBToXYZ()232 g=QuantumScale*DecodePixelGamma(green); in ConvertRGBToXYZ()233 b=QuantumScale*DecodePixelGamma(blue); in ConvertRGBToXYZ()