From 75405b7ef6494565d56f0c9c996ca55817ad7554 Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Sun, 2 Oct 2011 16:14:14 +0200 Subject: Change the color sceme used in the documentation. --- dmagick/Image.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dmagick/Image.d') diff --git a/dmagick/Image.d b/dmagick/Image.d index 8f33642..2081c2b 100644 --- a/dmagick/Image.d +++ b/dmagick/Image.d @@ -681,7 +681,7 @@ class Image * which includes the slop, offset, and power for each of * the RGB channels as well as the saturation. * - * See_Also: $(LINK2 http://http://en.wikipedia.org/wiki/ASC_CDL, + * See_Also: $(LINK2 http://en.wikipedia.org/wiki/ASC_CDL, * Wikipedia ASC CDL). */ void colorDecisionList(string colorCorrectionCollection) @@ -1227,7 +1227,7 @@ class Image * to produce the "negative" of an image. * * See_Also: $(LINK2 http://www.imagemagick.org/script/command-line-options.php#evaluate, - * ImageMagick's -evaluate option). + * ImageMagick's -_evaluate option). */ void evaluate(MagickEvaluateOperator op, double value, ChannelType channel = ChannelType.DefaultChannels) { -- cgit v1.2.3