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

◆ GifBitmap()

fl::third_party::GifBitmap::GifBitmap ( fl::u16 w,
fl::u16 h,
fl::u8 bpp )
inline

Definition at line 27 of file software_decoder.h.

28 : pixels(fl::make_unique<fl::u8[]>(w * h * bpp))
29 , width(w)
30 , height(h)
31 , bytesPerPixel(bpp) {
32 }
unsigned char u8
Definition coder.h:132
fl::enable_if<!fl::is_array< T >::value, unique_ptr< T > >::type make_unique(Args &&... args) FL_NOEXCEPT
Definition unique_ptr.h:261
fl::unique_ptr< fl::u8[]> pixels

References FL_NOEXCEPT, and fl::make_unique().

+ Here is the call graph for this function: