aboutsummaryrefslogtreecommitdiff
path: root/graphics/palette.h
diff options
context:
space:
mode:
authorJohannes Schickel2011-02-20 21:33:10 +0100
committerJohannes Schickel2011-02-20 21:38:40 +0100
commit75ee5af7c964ec9b37d9c0ba3cbaafb2b0d737de (patch)
tree2b68e32932c6646b9a55c66d06f5fee960905876 /graphics/palette.h
parent16be240ab1260117c0c9affe9cb4037e847a5df2 (diff)
downloadscummvm-rg350-75ee5af7c964ec9b37d9c0ba3cbaafb2b0d737de.tar.gz
scummvm-rg350-75ee5af7c964ec9b37d9c0ba3cbaafb2b0d737de.tar.bz2
scummvm-rg350-75ee5af7c964ec9b37d9c0ba3cbaafb2b0d737de.zip
GRAPHICS: Remove leftover RGBA reference in PaletteManager documentation.
Diffstat (limited to 'graphics/palette.h')
-rw-r--r--graphics/palette.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/palette.h b/graphics/palette.h
index 3e8652b572..8d7fdbd99a 100644
--- a/graphics/palette.h
+++ b/graphics/palette.h
@@ -53,7 +53,7 @@ public:
* (transparency) value. Then the second color starts, and so on. So memory
* looks like this: R1-G1-B1-R2-G2-B2-R3-...
*
- * @param colors the new palette data, in interleaved RGBA format
+ * @param colors the new palette data, in interleaved RGB format
* @param start the first palette entry to be updated
* @param num the number of palette entries to be updated
*
@@ -88,7 +88,7 @@ public:
* memcmp(origPal, obtainedPal, num*3) == 0
*
* @see setPalette
- * @param colors the palette data, in interleaved RGBA format
+ * @param colors the palette data, in interleaved RGB format
* @param start the first platte entry to be read
* @param num the number of palette entries to be read
*