|
FastLED 3.9.15
|
|
inlinestatic |
Extract a GIF colour table into a LibNSGIF colour table buffer.
| [in] | colour_table | The colour table to populate. |
| [in] | layout | The target pixel format to decode to. |
| [in] | colour_table_entries | The number of colour table entries. |
| [in] | data | Current position in data. |
| [in] | data_len | The available length of data. |
| [out] | used | Number of colour table bytes read. |
| [in] | decode | Whether to decode the colour table. |
Definition at line 1115 of file gif.cpp.hpp.
References FL_NOEXCEPT, nsgif__colour_table_decode(), NSGIF_ERR_END_OF_DATA, NSGIF_MAX_COLOURS, and NSGIF_OK.
Referenced by nsgif__parse_colour_table(), and nsgif_data_scan().
Here is the call graph for this function:
Here is the caller graph for this function: