diff options
author | scuri <scuri> | 2009-09-25 18:40:30 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-09-25 18:40:30 +0000 |
commit | 9f84f624d3a6be89804a55ddea878f4cdaca6e77 (patch) | |
tree | 0872bd951622453ed761f14fe7b03d76c4eda567 /include | |
parent | 5ba44ee397f7524ed6808a62f0bdb8ebc7f0045b (diff) |
*** empty log message ***
Diffstat (limited to 'include')
-rw-r--r-- | include/im_image.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/im_image.h b/include/im_image.h index 09de54b..12dbad8 100644 --- a/include/im_image.h +++ b/include/im_image.h @@ -183,7 +183,8 @@ void imImageClear(imImage* image); int imImageIsBitmap(const imImage* image); /** Changes the image palette. - * This will destroy the existing palette and replace it with the given palette buffer. + * This will destroy the existing palette and replace it with the given palette pointer. + * Only the pointer is stored, so the palette should be a new palette and it can not be a static array. * * \verbatim image:SetPalette(palette: imPalette) [in Lua 5] \endverbatim * \ingroup imgclass */ |