]> git.imager.perl.org - imager.git/blobdiff - lib/Imager/Handy.pod
document polygon() change
[imager.git] / lib / Imager / Handy.pod
index 73eeaa4db71c4af81c891e3945e689b4147f348d..8f2cda862aff19674aa9eef1535f8d4ef84e1185 100644 (file)
@@ -15,26 +15,33 @@ number of functions that can shorter your code.
 
 =over
 
-=item NC
+=item NC()
 
-=item newcolor
+=item newcolor()
 
-=item newcolour
+=item newcolour()
 
 Create a new Imager::Color object, supplying any parameters to the
 new() method.
 
   my $color = NC('red');
 
-=item NF
+=item NF()
 
-=item newfont
+=item newfont()
 
 Create a new Imager::Font object, supplying any parameters to the
 new() method.
 
   my $font = NF(file => 'foo.ttf');
 
+=item NCF()
+
+Create a new L<Imager::Color::Float> object, supplying any parameters
+to the new() method.
+
+  my $colorf = NCF(1.0, 0, 0);
+
 =back
 
 =head1 BUGS
@@ -44,7 +51,7 @@ description directly to the drawing method.
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =cut