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

◆ createDecoder() [2/2]

static IDecoderPtr fl::Gif::createDecoder ( fl::string * error_message = nullptr)
inlinestatic

Definition at line 48 of file gif.h.

48 {
49 GifConfig config; // Uses defaults
50 return createDecoder(config, error_message);
51 }
static IDecoderPtr createDecoder(const GifConfig &config, fl::string *error_message=nullptr)
Definition gif.cpp.hpp:9

References createDecoder().

+ Here is the call graph for this function: