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

◆ bitmapGetBuffer()

fl::u8 * fl::third_party::SoftwareGifDecoder::bitmapGetBuffer ( nsgif_bitmap_t * bitmap)
staticprivate

Definition at line 329 of file software_decoder.cpp.hpp.

329 {
330 if (!bitmap) {
331 return nullptr;
332 }
333
334 GifBitmap* gifBitmap = static_cast<GifBitmap*>(bitmap);
335 return gifBitmap->pixels.get();
336}

References FL_NOEXCEPT, fl::unique_ptr< T, Deleter >::get(), and fl::third_party::GifBitmap::pixels.

+ Here is the call graph for this function: