MagickCore 7.1.0
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 (PixelInfo *pixel)
 
static void ConvertRGBToCMYK (PixelInfo *pixel)
 
static MagickBooleanType IsCMYKColorspace (const ColorspaceType colorspace)
 
static MagickBooleanType IsGrayColorspace (const ColorspaceType colorspace)
 
static MagickBooleanType IsGrayImageType (const ImageType type)
 
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

◆ ConvertCMYKToRGB()

static void ConvertCMYKToRGB ( PixelInfo pixel)
inlinestatic

◆ ConvertRGBToCMYK()

◆ IsCMYKColorspace()

static MagickBooleanType IsCMYKColorspace ( const ColorspaceType  colorspace)
inlinestatic

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

References CMYKColorspace, MagickFalse, and MagickTrue.

◆ IsGrayColorspace()

◆ IsGrayImageType()

static MagickBooleanType IsGrayImageType ( const ImageType  type)
inlinestatic

◆ IsHueCompatibleColorspace()

◆ IsRGBColorspace()

static MagickBooleanType IsRGBColorspace ( const ColorspaceType  colorspace)
inlinestatic

◆ IssRGBColorspace()

static MagickBooleanType IssRGBColorspace ( const ColorspaceType  colorspace)
inlinestatic

◆ IssRGBCompatibleColorspace()

◆ IsYCbCrCompatibleColorspace()

static MagickBooleanType IsYCbCrCompatibleColorspace ( const ColorspaceType  colorspace)
inlinestatic