X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSDL%2FTool%2FGraphic.pm;fp=lib%2FSDL%2FTool%2FGraphic.pm;h=697089dfddc8e82cc0fb2fad8e26b16bbbeec312;hb=896b04ee008898e1c1edbdd432bedaa8643400dc;hp=5112985455036b79be3b85e2f63fb1879a86b920;hpb=b3cdeb39a431b026168c4060bf74001fcee07493;p=sdlgit%2FSDL_perl.git diff --git a/lib/SDL/Tool/Graphic.pm b/lib/SDL/Tool/Graphic.pm index 5112985..697089d 100644 --- a/lib/SDL/Tool/Graphic.pm +++ b/lib/SDL/Tool/Graphic.pm @@ -129,46 +129,3 @@ croak "SDL::Tool::Graphic requires SDL_gfx support\n" 1; - -__END__; - -=pod - - - -=head1 NAME - -SDL::Tool::Graphic - -=head1 DESCRIPTION - -L is a module for zooming and rotating L objects. - -=head1 METHODS - -=head2 zoom ( surface, xzoom, yzoom, smooth ) - -C scales a L along the two axis independently. - -=head2 rotoZoom ( surface, angle, zoom, smooth ) - -C rotates and fixed axis zooms a L. - -=head2 grayScale ( surface ) - -C rotates and fixed axis zooms a L. - -=head2 invertColor ( surface ) - -C inverts the color of a . - - -=head1 AUTHOR - -Russell E. Valentine - -=head1 SEE ALSO - -L L - -=cut