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

Method getFormat

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

Source from the content-addressed store, hash-verified

56 bool isValid() const;
57 fl::u32 getTimestamp() const { return mTimestamp; }
58 PixelFormat getFormat() const { return mFormat; }
59 fl::u16 getWidth() const { return mWidth; }
60 fl::u16 getHeight() const { return mHeight; }
61 bool isFromCodec() const { return mIsFromCodec; }

Callers 2

mpeg1.hppFile · 0.80
jpeg.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected