Fixed comment for grabPalette.

svn-id: r29079
This commit is contained in:
Johannes Schickel 2007-09-23 23:37:55 +00:00
parent 41e4a7b156
commit 6ee45acf9e

View file

@ -432,7 +432,8 @@ public:
* Grabs a specified part of the currently active palette.
* The format is the same as for setPalette.
*
* @param colors the palette data, in interleaved RGB format
* @see setPalette
* @param colors the palette data, in interleaved RGBA format
* @param start the first platte entry to be read
* @param num the number of palette entries to be read
*/