summaryrefslogtreecommitdiff
path: root/dmagick/c/colorspace.d
diff options
context:
space:
mode:
Diffstat (limited to 'dmagick/c/colorspace.d')
-rw-r--r--dmagick/c/colorspace.d14
1 files changed, 13 insertions, 1 deletions
diff --git a/dmagick/c/colorspace.d b/dmagick/c/colorspace.d
index 9986a47..7f5a060 100644
--- a/dmagick/c/colorspace.d
+++ b/dmagick/c/colorspace.d
@@ -143,7 +143,19 @@ extern(C)
* system used by printers and photographers for the rendering of
* colors with ink or emulsion, normally on a white surface.
*/
- CMYColorspace
+ CMYColorspace,
+
+ /**
+ * CIE 1976 (L*, u*, v*) color space.
+ */
+ LuvColorspace,
+
+ /**
+ * HCL is a color space that tries to combine the advantages of
+ * perceptual uniformity of Luv, and the simplicity of specification
+ * of HSV and HSL.
+ */
+ HCLColorspace
}
MagickBooleanType RGBTransformImage(Image*, const ColorspaceType);