NAME

SDL2::Surface - A collection of pixels used in software blitting

SYNOPSIS

use SDL2 qw[:all];
# TODO

DESCRIPTION

SDL2::Surface should be treated as read-only, except for pixels, which, if defined, contains the raw pixel data for the surface.

AUTHOR

Sanko Robinson <sanko@cpan.org>