MagickCore  6.9.12-19
Convert, Edit, Or Compose Bitmap Images
colorspace-private.h File Reference
Include dependency graph for colorspace-private.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static void ConvertCMYKToRGB (MagickPixelPacket *pixel)
 
static void ConvertRGBToCMYK (MagickPixelPacket *pixel)
 
static MagickBooleanType IsCMYKColorspace (const ColorspaceType colorspace)
 
static MagickBooleanType IsGrayColorspace (const ColorspaceType colorspace)
 
static MagickBooleanType IsHueCompatibleColorspace (const ColorspaceType colorspace)
 
static MagickBooleanType IsRGBColorspace (const ColorspaceType colorspace)
 
static MagickBooleanType IssRGBColorspace (const ColorspaceType colorspace)
 
static MagickBooleanType IssRGBCompatibleColorspace (const ColorspaceType colorspace)
 
static MagickBooleanType IsYCbCrCompatibleColorspace (const ColorspaceType colorspace)
 

Function Documentation

static MagickBooleanType IsCMYKColorspace ( const ColorspaceType  colorspace)
inlinestatic
static MagickBooleanType IsRGBColorspace ( const ColorspaceType  colorspace)
inlinestatic
static MagickBooleanType IssRGBColorspace ( const ColorspaceType  colorspace)
inlinestatic
static MagickBooleanType IsYCbCrCompatibleColorspace ( const ColorspaceType  colorspace)
inlinestatic