NAME
SDL2::PixelFormat - RGBA pixel structure
SYNOPSIS
use SDL2 qw[:all];
# TODO: I need to whip up a quick example
DESCRIPTION
Everything in the pixel format structure is read-only.
Fields
format
palette
BitsPerPixel
BytesPerPixel
padding
Rmask
Gmask
Bmask
Amask
Rloss
Gloss
Bloss
Aloss
Rshift
Gshift
Bshift
Ashift
refcount
next
AUTHOR
Sanko Robinson <sanko@cpan.org>