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

◆ getSurface()

fl::span< CRGB > fl::FxLayer::getSurface ( )

Definition at line 54 of file fx_layer.cpp.hpp.

54 {
55 return frame->rgb();
56}
fl::shared_ptr< Frame > frame
Definition fx_layer.h:29

References frame.