SDL::Palette - a perl extension |
SDL::Palette - a perl extension
the SDL::Palette manpage provides an interface to the SDL_Palette structures, and can be used to set the color values of an existing palette's indexes.
Fetches and sets the blue component of the color at index.
Fetches and sets the green component of the color at index.
Fetches and sets the red component of the color at index.
Fetches and sets the RGB, returns an SDL_Color *.
Returns the size of the palette.
David J. Goehrig
perl the SDL::Color manpage the SDL::Surface manpage
SDL::Palette - a perl extension |