X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSDL%2FPalette.pm;fp=lib%2FSDL%2FPalette.pm;h=1c4e2fcfe972e7d32433fe69fe8d74982496e6c7;hb=896b04ee008898e1c1edbdd432bedaa8643400dc;hp=9d3040a63a875a71e33f229477899dcaed21db70;hpb=b3cdeb39a431b026168c4060bf74001fcee07493;p=sdlgit%2FSDL_perl.git diff --git a/lib/SDL/Palette.pm b/lib/SDL/Palette.pm index 9d3040a..1c4e2fc 100644 --- a/lib/SDL/Palette.pm +++ b/lib/SDL/Palette.pm @@ -9,40 +9,3 @@ bootstrap SDL::Palette; 1; -__END__ - -=pod - -=head1 NAME - -SDL::Palette - a perl extension - -=head1 DESCRIPTION - -L provides an interface to the C structures, -and can be used to set the color values of an existing palette's indexes. - -=head1 METHODS - -=head2 ncolors ( ) - -Fetches the number of colors in palette - -=head2 colors ( index ) - -Fetches an array of colors in palette - -=head2 color_index ( index ) - -Fetches the SDL_Color at the provide index in palette - -=head2 size - -Returns the size of the palette. - - -=head1 SEE ALSO - -L L - -=cut