summaryrefslogtreecommitdiff
path: root/dmagick/Options.d
diff options
context:
space:
mode:
authorMike Wey2011-01-29 18:01:34 +0100
committerMike Wey2011-01-29 18:01:34 +0100
commit593d9e0b18a4d935ab01024f4a0150825a3630e8 (patch)
tree13d0eab81111788cec9311a26f56fe527b89d056 /dmagick/Options.d
parentfc1d21fe9d9d7034c420c31babd7f8caa6378e22 (diff)
Add an Image class
Diffstat (limited to 'dmagick/Options.d')
-rw-r--r--dmagick/Options.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/dmagick/Options.d b/dmagick/Options.d
index 8798a6d..a9e47ec 100644
--- a/dmagick/Options.d
+++ b/dmagick/Options.d
@@ -1017,12 +1017,12 @@ class Options
* may give better results when color reducing an image.
* The default is RGB
*/
- void quantizeColorSpace(ColorSpaceType type)
+ void quantizeColorSpace(ColorspaceType type)
{
quantizeInfo.colorspace = type;
}
///ditto
- ColorSpaceType quantizeColorSpace()
+ ColorspaceType quantizeColorSpace()
{
return quantizeInfo.colorspace;
}