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

Method size

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

Source from the content-addressed store, hash-verified

42 fl::span<CRGB> rgb() { return fl::span<CRGB>(mRgb.data(), mPixelsCount); }
43 fl::span<const CRGB> rgb() const { return fl::span<const CRGB>(mRgb.data(), mPixelsCount); }
44 size_t size() const { return mPixelsCount; }
45 void copy(const Frame &other);
46 void interpolate(const Frame &frame1, const Frame &frame2,
47 u8 amountOfFrame2);

Callers 4

getSegmentCountMethod · 0.45
beginMethod · 0.45
interpolateMethod · 0.45
measureStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected