|
FastLED 3.9.15
|
| void fl::third_party::nsgif_global_palette | ( | const nsgif_t * | gif, |
| fl::u32 | table[NSGIF_MAX_COLOURS], | ||
| fl::size * | entries ) |
Get the global colour palette.
If the GIF has no global colour table, this will return the default colour palette.
Colours in same pixel format as nsgif_bitmap_t.
| [in] | gif | The nsgif_t object. |
| [out] | table | Client buffer to hold the colour table. |
| [out] | entries | The number of used entries in the colour table. |
Definition at line 2008 of file gif.cpp.hpp.
References FL_NOEXCEPT, fl::memcpy(), and NSGIF_MAX_COLOURS.
Here is the call graph for this function: