diff options
| author | Mike Wey | 2011-07-23 17:46:50 +0200 |
|---|---|---|
| committer | Mike Wey | 2011-07-23 17:46:50 +0200 |
| commit | 30c0d5676633ee5a4bc5f0446b895cc9c56c67e0 (patch) | |
| tree | f0b5fe38a1ada5708ad408e9512b5c82b3a9c8d6 /dmagick/Options.d | |
| parent | d5a809fd965a81cb4e6563d9f4e5d0fbcaa49240 (diff) | |
Add sigmoidalContrast, sketch, sparseColor, spread ans stegano.
Diffstat (limited to 'dmagick/Options.d')
| -rw-r--r-- | dmagick/Options.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dmagick/Options.d b/dmagick/Options.d index 6e6ae6b..5e7e033 100644 --- a/dmagick/Options.d +++ b/dmagick/Options.d @@ -1123,7 +1123,7 @@ class Options quantizeInfo.dither_method = method; } ///ditto - DitherMethod quantizeDitherMethod() + DitherMethod quantizeDitherMethod() const { return quantizeInfo.dither_method; } |
