GRAPHICS: Clarify format of the palette in ImageDecoder

This commit is contained in:
Matthew Hoops 2012-08-12 17:44:23 -04:00
parent 90bb7a0f3f
commit c839fd50b5

View file

@ -75,6 +75,9 @@ public:
* until destroy() or loadStream() is called, or until this ImageDecoder's
* destructor is called.
*
* The palette's format is the same as PaletteManager's palette
* (interleaved RGB values).
*
* @return the decoded palette, or 0 if no palette is present
*/
virtual const byte *getPalette() const { return 0; }