18 #ifndef MAGICKCORE_COLORSPACE_H
19 #define MAGICKCORE_COLORSPACE_H
21 #if defined(__cplusplus) || defined(c_plusplus)
30 TransparentColorspace,
45 Rec601YCbCrColorspace,
47 Rec709YCbCrColorspace,
65 extern MagickExport ColorspaceType
68 extern MagickExport MagickBooleanType
69 RGBTransformImage(
Image *,
const ColorspaceType),
70 SetImageColorspace(
Image *,
const ColorspaceType),
73 TransformImageColorspace(
Image *,
const ColorspaceType),
74 TransformRGBImage(
Image *,
const ColorspaceType);
76 #if defined(__cplusplus) || defined(c_plusplus)