diff options
Diffstat (limited to 'dmagick/c/quantize.d')
| -rw-r--r-- | dmagick/c/quantize.d | 11 |
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 |
