diff --git a/www/perl-magick.html b/www/perl-magick.html
index fc3d7ae..598dc08 100644
--- a/www/perl-magick.html
+++ b/www/perl-magick.html
@@ -820,6 +820,12 @@
   </tr>
 
   <tr>
+    <td valign="top">LevelColors</td>
+    <td valign="top">invert=&gt;&gt;{True, False}, 'black-point'=&gt;<i>string</i>,  'white-point'=&gt;<i>string</i>, channel=&gt;{Red, RGB, CMYK, Cyan, Green, Magenta, Blue, Yellow, Opacity, Black, or All}</td>
+    <td valign="top">level image with the given colors</td>
+  </tr>
+
+  <tr>
     <td valign="top">LinearStretch</td>
     <td valign="top">levels=&gt;<i>string</i>, 'black-point'=&gt;<i>double</i>, 'white-point'=&gt;<i>double</i></td>
     <td valign="top">linear with saturation stretch</td>