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=>>{True, False}, 'black-point'=><i>string</i>, 'white-point'=><i>string</i>, channel=>{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=><i>string</i>, 'black-point'=><i>double</i>, 'white-point'=><i>double</i></td>
<td valign="top">linear with saturation stretch</td>