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

Method rgb

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

Source from the content-addressed store, hash-verified

40
41 ~Frame() FL_NOEXCEPT;
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);

Callers 4

interpolateMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
getSurfaceMethod · 0.45

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected