summaryrefslogtreecommitdiff
path: root/dmagick/c/statistic.d
diff options
context:
space:
mode:
Diffstat (limited to 'dmagick/c/statistic.d')
-rw-r--r--dmagick/c/statistic.d3
1 files changed, 2 insertions, 1 deletions
diff --git a/dmagick/c/statistic.d b/dmagick/c/statistic.d
index ff9d37d..61ca640 100644
--- a/dmagick/c/statistic.d
+++ b/dmagick/c/statistic.d
@@ -75,7 +75,8 @@ extern(C)
MeanEvaluateOperator, /// Add the value and divide by 2.
AbsEvaluateOperator, /// Add value to pixels and return absolute value.
ExponentialEvaluateOperator, /// base-e exponential function.
- MedianEvaluateOperator /// Choose the median value from an image sequence.
+ MedianEvaluateOperator, /// Choose the median value from an image sequence.
+ SumEvaluateOperator /// Add value to pixels.
}
/**