summaryrefslogtreecommitdiff
path: root/dmagick/c/histogram.d
diff options
context:
space:
mode:
Diffstat (limited to 'dmagick/c/histogram.d')
-rw-r--r--dmagick/c/histogram.d10
1 files changed, 5 insertions, 5 deletions
diff --git a/dmagick/c/histogram.d b/dmagick/c/histogram.d
index 2341186..1722415 100644
--- a/dmagick/c/histogram.d
+++ b/dmagick/c/histogram.d
@@ -21,13 +21,13 @@ extern(C)
count;
}
- ColorPacket* GetImageHistogram(const Image*, size_t*, ExceptionInfo*);
+ ColorPacket* GetImageHistogram(const(Image)*, size_t*, ExceptionInfo*);
- Image* UniqueImageColors(const Image*, ExceptionInfo*);
+ Image* UniqueImageColors(const(Image)*, ExceptionInfo*);
- MagickBooleanType IsHistogramImage(const Image*, ExceptionInfo*);
- MagickBooleanType IsPaletteImage(const Image*, ExceptionInfo*);
+ MagickBooleanType IsHistogramImage(const(Image)*, ExceptionInfo*);
+ MagickBooleanType IsPaletteImage(const(Image)*, ExceptionInfo*);
MagickBooleanType MinMaxStretchImage(Image*, const ChannelType, const double, const double);
- size_t GetNumberColors(const Image*, FILE*, ExceptionInfo*);
+ size_t GetNumberColors(const(Image)*, FILE*, ExceptionInfo*);
}