FastLED 3.9.15
Loading...
Searching...
No Matches

◆ nsgif__bitmap_modified()

static void fl::third_party::nsgif__bitmap_modified ( const struct nsgif * gif)
inlinestatic

Helper to tell the client that their bitmap was modified.

Parameters
[in]gifThe gif object we're decoding.

Definition at line 259 of file gif.cpp.hpp.

261{
262 if (gif->bitmap.modified) {
263 gif->bitmap.modified(gif->frame_image);
264 }
265}
void(* modified)(nsgif_bitmap_t *bitmap)
Bitmap modified notification.
Definition nsgif.hpp:230
nsgif_bitmap_t * frame_image
currently decoded image; stored as bitmap from bitmap_create callback
Definition gif.cpp.hpp:86
nsgif_bitmap_cb_vt bitmap
callbacks for bitmap functions
Definition gif.cpp.hpp:77

References FL_NOEXCEPT.

Referenced by nsgif__update_bitmap().

+ Here is the caller graph for this function: