X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSDL%2FGame%2FPalette.pm;h=5f9496f0334635f6dadc0631f215012ff132d075;hb=896b04ee008898e1c1edbdd432bedaa8643400dc;hp=b8fb578886947db4fe443ee8b1fe4dbaedd3e8b4;hpb=b3cdeb39a431b026168c4060bf74001fcee07493;p=sdlgit%2FSDL_perl.git diff --git a/lib/SDL/Game/Palette.pm b/lib/SDL/Game/Palette.pm index b8fb578..5f9496f 100644 --- a/lib/SDL/Game/Palette.pm +++ b/lib/SDL/Game/Palette.pm @@ -117,48 +117,3 @@ sub blue { } 1; - -__END__; - -=pod - -=head1 NAME - -SDL::Palette - a perl extension - -=head1 DESCRIPTION - -L provides an interface to the SDL_Palette structures, -and can be used to set the color values of an existing palette's indexes. - -=head1 METHODS - -=head2 blue ( index, [value] ) - -Fetches and sets the blue component of the color at index. - -=head2 green ( index, [value] ) - -Fetches and sets the green component of the color at index. - -=head2 red ( index, [value] ) - -Fetches and sets the red component of the color at index. - -=head2 color ( index, [ r, g, b ] ) - -Fetches and sets the RGB, returns an SDL_Color *. - -=head2 size - -Returns the size of the palette. - -=head1 AUTHOR - -David J. Goehrig - -=head1 SEE ALSO - -L L L - -=cut