From ec8851cf174b2215441ddb377eb7a9ef33f1b3c0 Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Sun, 30 Nov 2014 19:29:07 +0100 Subject: Update the headers for ImageMagick 6.9.0. --- dmagick/c/colorspace.d | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'dmagick/c/colorspace.d') 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); -- cgit v1.2.3