SDL::Tool::Graphic


Back to Top


NAME

SDL::Tool::Graphic

Back to Top


DESCRIPTION

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

Back to Top


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>.

Back to Top


AUTHOR

Russell E. Valentine

Back to Top


SEE ALSO

perl the SDL::Surface manpage

Back to Top

 SDL::Tool::Graphic