lib/SDL/Tool/Graphic.pm



NAME

SDL::Tool::Graphic


DESCRIPTION

the SDL::Tool::Graphic manpage is a module for zooming and rotating the SDL::Surface manpage objects.


METHODS

zoom ( surface, xzoom, yzoom, smooth )

SDL::Tool::Graphic::zoom scales a the SDL::Surface manpage along the two axis independently.

rotoZoom ( surface, angle, zoom, smooth )

SDL::Tool::Graphic::rotoZoom rotates and fixed axis zooms a the SDL::Surface manpage.

grayScale ( surface )


C<SDL::Tool::Graphic::grayScale> rotates and fixed axis zooms a L<SDL::Surface>.

invertColor ( surface )

SDL::Tool::Graphic::invertColor inverts the color of a <SDL::Surface>.


AUTHOR

Russell E. Valentine


SEE ALSO

the perl manpage the SDL::Surface manpage

 lib/SDL/Tool/Graphic.pm