diff options
| author | Mike Wey | 2013-07-02 22:59:50 +0200 |
|---|---|---|
| committer | Mike Wey | 2013-07-02 22:59:50 +0200 |
| commit | 651b1a2c0486cbba412b287c3c67a5b78c47c954 (patch) | |
| tree | 5ecfbb6a12e986b7a8754cdd93d6f55fdb8672ad /dmagick/c/colorspace.d | |
| parent | a93742e0663b1ec4ff6d2aab4a69895d8618a970 (diff) | |
Update the headers for ImageMagick 6.8.6.ImageMagick_6.8.6
Diffstat (limited to 'dmagick/c/colorspace.d')
| -rw-r--r-- | dmagick/c/colorspace.d | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/dmagick/c/colorspace.d b/dmagick/c/colorspace.d index 05051e1..49944e4 100644 --- a/dmagick/c/colorspace.d +++ b/dmagick/c/colorspace.d @@ -30,7 +30,7 @@ extern(C) UndefinedColorspace, /** - * Red-Green-Blue colorspace + * Linear RGB colorspace */ RGBColorspace, @@ -157,7 +157,7 @@ extern(C) */ HCLColorspace, - /** ditto */ + /** Alias for LCHuv. */ LCHColorspace, /** @@ -183,7 +183,19 @@ extern(C) * and white/black points as the sRGB color space but allows * coordinates below zero and greater than one. */ - scRGBColorspace + scRGBColorspace, + + /** */ + HSIColorspace, + + /* Alias for HSB. */ + HSVColorspace, + + /** */ + HCLpColorspace, + + /** */ + YDbDrColorspace } MagickBooleanType RGBTransformImage(Image*, const ColorspaceType); |
