#include <magick/pixel.h>

Go to the source code of this file.
Functions | |
| static MagickBooleanType | IsGrayColorspace (const ColorspaceType colorspace) |
| static void | ConvertRGBToCMYK (MagickPixelPacket *pixel) |
| static void ConvertRGBToCMYK | ( | MagickPixelPacket * | pixel | ) | [inline, static] |
Definition at line 36 of file colorspace-private.h.
References _MagickPixelPacket::blue, _MagickPixelPacket::colorspace, _MagickPixelPacket::green, _MagickPixelPacket::index, QuantumRange, and _MagickPixelPacket::red.
Referenced by CompareImageChannels(), CompositeImageChannel(), DistortImage(), FloodfillPaintImage(), FrameImage(), RGBTransformImage(), SetImageAlphaChannel(), SetImageBackgroundColor(), XShearImage(), and YShearImage().
| static MagickBooleanType IsGrayColorspace | ( | const ColorspaceType | colorspace | ) | [inline, static] |
Definition at line 27 of file colorspace-private.h.
References GRAYColorspace, MagickFalse, MagickTrue, Rec601LumaColorspace, and Rec709LumaColorspace.
1.7.1