diff options
Diffstat (limited to 'dmagick/c/colorspace.d')
| -rw-r--r-- | dmagick/c/colorspace.d | 9 |
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); |
