summaryrefslogtreecommitdiff
path: root/dmagick/c/distort.d
diff options
context:
space:
mode:
Diffstat (limited to 'dmagick/c/distort.d')
-rw-r--r--dmagick/c/distort.d8
1 files changed, 7 insertions, 1 deletions
diff --git a/dmagick/c/distort.d b/dmagick/c/distort.d
index 0ad37bd..3a1c511 100644
--- a/dmagick/c/distort.d
+++ b/dmagick/c/distort.d
@@ -320,7 +320,13 @@ extern(C)
* of ShepardsColorInterpolate Generating spots of color in a sea
* of the average of colors.
*/
- InverseColorInterpolate
+ InverseColorInterpolate,
+
+ /**
+ * Like voronoi, but resulting polygonal 'cells' are mapped
+ * to fixed coordinate system.
+ */
+ ManhattanColorInterpolate
}
Image* AffineTransformImage(const(Image)*, const(AffineMatrix)*, ExceptionInfo*);