=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