|
MagickCore
6.7.5
|


Go to the source code of this file.
Functions | |
| static void | ConvertRGBToCMYK (PixelInfo *pixel) |
| static MagickBooleanType | IsGrayColorspace (const ColorspaceType colorspace) |
| static MagickBooleanType | IsRGBColorspace (const ColorspaceType colorspace) |
| static void ConvertRGBToCMYK | ( | PixelInfo * | pixel | ) | [inline, static] |
Definition at line 29 of file colorspace-private.h.
References _PixelInfo::red, MagickEpsilon, _PixelInfo::green, _PixelInfo::blue, _PixelInfo::black, QuantumRange, QuantumScale, _PixelInfo::colorspace, and CMYKColorspace.
Referenced by RGBTransformImage(), and DistortImage().
| static MagickBooleanType IsGrayColorspace | ( | const ColorspaceType | colorspace | ) | [inline, static] |
Definition at line 62 of file colorspace-private.h.
References GRAYColorspace, Rec601LumaColorspace, Rec709LumaColorspace, MagickTrue, and MagickFalse.
Referenced by IsRGBColorspace().
| static MagickBooleanType IsRGBColorspace | ( | const ColorspaceType | colorspace | ) | [inline, static] |
Definition at line 71 of file colorspace-private.h.
References IsGrayColorspace(), MagickFalse, RGBColorspace, TransparentColorspace, and MagickTrue.
Referenced by IsImageGray(), IsImageMonochrome(), QueryColorname(), RGBTransformImage(), TransformImageColorspace(), TransformRGBImage(), SetImageType(), ProfileImage(), AssignImageColors(), ClassifyImageColors(), and SegmentImage().