MCPcopy Create free account
hub / github.com/FastLED/FastLED / isFromCodec

Method isFromCodec

src/fl/fx/frame.h:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 fl::u16 getWidth() const { return mWidth; }
60 fl::u16 getHeight() const { return mHeight; }
61 bool isFromCodec() const { return mIsFromCodec; }
62
63 private:
64 const size_t mPixelsCount;

Callers 1

decodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected