MagickCore  7.0.0
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 ConvertRGBToCMYK (PixelInfo *pixel)
 
static MagickBooleanType IsCMYKColorspace (const ColorspaceType colorspace)
 
static MagickBooleanType IsGrayColorspace (const ColorspaceType colorspace)
 
static MagickBooleanType IsRGBColorspace (const ColorspaceType colorspace)
 
static MagickBooleanType IssRGBColorspace (const ColorspaceType colorspace)
 
static MagickBooleanType IssRGBCompatibleColorspace (const ColorspaceType colorspace)
 

Function Documentation

static MagickBooleanType IsCMYKColorspace ( const ColorspaceType  colorspace)
inlinestatic

Definition at line 77 of file colorspace-private.h.

References CMYKColorspace, MagickFalse, and MagickTrue.

static MagickBooleanType IsRGBColorspace ( const ColorspaceType  colorspace)
inlinestatic

Definition at line 93 of file colorspace-private.h.

References MagickFalse, MagickTrue, RGBColorspace, and scRGBColorspace.

Referenced by SetImageColorspace().

static MagickBooleanType IssRGBColorspace ( const ColorspaceType  colorspace)
inlinestatic