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

◆ rgb() [2/2]

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

Definition at line 33 of file frame.h.

33{ return mRgb.get(); }
fl::scoped_array< CRGB > mRgb
Definition frame.h:43

References mRgb.