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

◆ rgb() [2/2]

const CRGB * fl::Frame::rgb ( ) const
inline

Definition at line 31 of file frame.h.

31{ return mRgb.data(); }
fl::vector< CRGB, fl::allocator_psram< CRGB > > mRgb
Definition frame.h:45

References mRgb.