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

◆ rgb() [1/2]

fl::span< CRGB > fl::Frame::rgb ( )
inline

Definition at line 42 of file frame.h.

42{ return fl::span<CRGB>(mRgb.data(), mPixelsCount); }
fl::vector_psram< CRGB > mRgb
Definition frame.h:65
const size_t mPixelsCount
Definition frame.h:64

References mPixelsCount, mRgb, and rgb().

Referenced by fl::video::FrameInterpolator::draw(), fl::video::VideoImpl::draw(), CodecProcessor::getPixelFromFrame(), interpolate(), interpolate(), fl::video::PixelStream::readFrame(), fl::video::PixelStream::readFrameAt(), AutoResearchRemoteControl::registerFunctions(), and rgb().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: