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

◆ rasterize()

void fl::XYRasterSparse_RGB8::rasterize ( const vec2< u16 > & pt,
const CRGB & color )
inline

Definition at line 248 of file raster_sparse.h.

248 {
249 write(pt, color);
250 }
void write(const vec2< u16 > &pt, const CRGB &color)

References write().

+ Here is the call graph for this function: