The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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>