]> git.imager.perl.org - imager.git/blobdiff - Imager.xs
C level support for filling multiple polygons in one call
[imager.git] / Imager.xs
index 470dffb8a58a00db46a2ebe91a530c7e62752a0b..6847b02bc3c7fa3983efb95a9f6e49d337bbbe20 100644 (file)
--- a/Imager.xs
+++ b/Imager.xs
@@ -1750,6 +1750,14 @@ i_circle_aa(im,x,y,rad,val)
              double     rad
           Imager::Color    val
 
+void
+i_circle_aa_fill(im,x,y,rad,fill)
+    Imager::ImgRaw     im
+            double     x
+            double     y
+             double     rad
+          Imager::FillHandle    fill
+
 int
 i_circle_out(im,x,y,rad,val)
     Imager::ImgRaw     im