summaryrefslogtreecommitdiff
path: root/dmagick/c/colorspace.d
diff options
context:
space:
mode:
authorMike Wey2014-11-30 19:29:07 +0100
committerMike Wey2014-11-30 19:29:07 +0100
commitec8851cf174b2215441ddb377eb7a9ef33f1b3c0 (patch)
treea6496d1b896ce0611dc148184f9a9793b90d1835 /dmagick/c/colorspace.d
parenta158740e2834824a70997375a1d813f8d55f6adc (diff)
Update the headers for ImageMagick 6.9.0.ImageMagick_6.9.0
Diffstat (limited to 'dmagick/c/colorspace.d')
-rw-r--r--dmagick/c/colorspace.d9
1 files changed, 8 insertions, 1 deletions
diff --git a/dmagick/c/colorspace.d b/dmagick/c/colorspace.d
index 49944e4..30ba8da 100644
--- a/dmagick/c/colorspace.d
+++ b/dmagick/c/colorspace.d
@@ -195,7 +195,14 @@ extern(C)
HCLpColorspace,
/** */
- YDbDrColorspace
+ YDbDrColorspace,
+
+ /**
+ * In CIE xyY, Y is the luminance and x and y represents the chrominance
+ * values derived from the tristimulus values X, Y and Z in the CIE XYZ
+ * color space.
+ */
+ xyYColorspace
}
MagickBooleanType RGBTransformImage(Image*, const ColorspaceType);