]> git.imager.perl.org - imager.git/blobdiff - lib/Imager/Handy.pod
document DEFINE key in return value
[imager.git] / lib / Imager / Handy.pod
index 73eeaa4db71c4af81c891e3945e689b4147f348d..d624a62eeca669503f835b4a6a9f06c2f5e8d5fe 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::Font> object, supplying any parameters
+to the new() method.
+
+  my $colorf = NCF(1.0, 0, 0);
+
 =back
 
 =head1 BUGS