Helper to get the client to determine if the bitmap is opaque.
- Todo
- : We don't really need to get the client to do this for us.
- Parameters
-
| [in] | gif | The gif object we're decoding. |
- Returns
- true if the bitmap is opaque, false otherwise.
Definition at line 291 of file gif.cpp.hpp.
293{
297 }
298
299 return false;
300}
nsgif_bitmap_t * frame_image
currently decoded image; stored as bitmap from bitmap_create callback
bool(* test_opaque)(nsgif_bitmap_t *bitmap)
Tests whether a bitmap has an opaque alpha channel.
nsgif_bitmap_cb_vt bitmap
callbacks for bitmap functions
References FL_NOEXCEPT.
Referenced by nsgif__update_bitmap().