svn-id: r40693
This commit is contained in:
Johannes Schickel 2009-05-18 16:00:15 +00:00
parent 4ed457850a
commit b2b08cc606

View File

@ -445,7 +445,7 @@ public:
* (transparency) value. Then the second color starts, and so on. So memory
* looks like this: R1-G1-B1-A1-R2-G2-B2-A2-R3-...
*
* @param colors the new palette data, in interleaved RGB format
* @param colors the new palette data, in interleaved RGBA format
* @param start the first palette entry to be updated
* @param num the number of palette entries to be updated
*