diff options
Diffstat (limited to 'dmagick/c/colorspace.d')
| -rw-r--r-- | dmagick/c/colorspace.d | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/dmagick/c/colorspace.d b/dmagick/c/colorspace.d index 7f5a060..00c6240 100644 --- a/dmagick/c/colorspace.d +++ b/dmagick/c/colorspace.d @@ -155,7 +155,17 @@ extern(C) * perceptual uniformity of Luv, and the simplicity of specification * of HSV and HSL. */ - HCLColorspace + HCLColorspace, + + /** ditto */ + LCHColorspace, + + /** + * LMS is a color space represented by the response of the three types + * of cones of the human eye, named after their responsivity + * (sensitivity) at long, medium and short wavelengths. + */ + LMSColorspace } MagickBooleanType RGBTransformImage(Image*, const ColorspaceType); |
