summaryrefslogtreecommitdiff
path: root/dmagick/c/quantize.d
diff options
context:
space:
mode:
authorMike Wey2011-10-26 23:16:10 +0200
committerMike Wey2011-10-26 23:16:10 +0200
commite094346d3db171d040eecb62217e5142a421f1f8 (patch)
tree9346eb8b93483072260039008195af445d445466 /dmagick/c/quantize.d
parent521e46122b7068cdea4482cb704c08c7c62c2b94 (diff)
More documentation.
Diffstat (limited to 'dmagick/c/quantize.d')
-rw-r--r--dmagick/c/quantize.d11
1 files changed, 7 insertions, 4 deletions
diff --git a/dmagick/c/quantize.d b/dmagick/c/quantize.d
index 53983b9..ee2c925 100644
--- a/dmagick/c/quantize.d
+++ b/dmagick/c/quantize.d
@@ -7,12 +7,15 @@ import dmagick.c.magickVersion;
extern(C)
{
+ /**
+ * Determines the dithering method to use.
+ */
enum DitherMethod
{
- UndefinedDitherMethod,
- NoDitherMethod,
- RiemersmaDitherMethod,
- FloydSteinbergDitherMethod
+ UndefinedDitherMethod, ///
+ NoDitherMethod, /// ditto
+ RiemersmaDitherMethod, /// ditto
+ FloydSteinbergDitherMethod /// ditto
}
struct QuantizeInfo