X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pages%2FSDL-Game-Palette.html-inc;fp=pages%2FSDL-Game-Palette.html-inc;h=0000000000000000000000000000000000000000;hb=c59d9ab1a32a69fcdb54ab78e21e31ee26d88e7a;hp=d3484bda7717ea80a82a87156b8118c39da7d1e7;hpb=7f08d3b676d603652fa6bf85dca6f3ffb442f367;p=sdlgit%2FSDL-Site.git diff --git a/pages/SDL-Game-Palette.html-inc b/pages/SDL-Game-Palette.html-inc deleted file mode 100644 index d3484bd..0000000 --- a/pages/SDL-Game-Palette.html-inc +++ /dev/null @@ -1,71 +0,0 @@ -
- -

Index

- -
- - -

NAME

Top

-
-

SDL::Palette - a perl extension

- -
-

DESCRIPTION

Top

-
-

SDL::Palette provides an interface to the SDL_Palette structures, -and can be used to set the color values of an existing palette's indexes.

- -
-

METHODS

Top

-
- -
-

blue ( index, [value] )

-
-

Fetches and sets the blue component of the color at index.

- -
-

green ( index, [value] )

-
-

Fetches and sets the green component of the color at index.

- -
-

red ( index, [value] )

-
-

Fetches and sets the red component of the color at index.

- -
-

color ( index, [ r, g, b ] )

-
-

Fetches and sets the RGB, returns an SDL_Color *.

- -
-

size

-
-

Returns the size of the palette.

- -
-

AUTHOR

Top

-
-

David J. Goehrig

- -
-

SEE ALSO

Top

-
-

perl SDL::Color SDL::Surface

- -
-
\ No newline at end of file