GRAPHICS: Clarify format of the palette in ImageDecoder
This commit is contained in:
parent
90bb7a0f3f
commit
c839fd50b5
1 changed files with 3 additions and 0 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue