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

◆ rasterize() [3/3]

void fl::XYRasterU8Sparse::rasterize ( const vec2< int16_t > & pt,
uint8_t value )
inline

Definition at line 59 of file raster_sparse.h.

59 {
60 // Turn it into a Tile2x2_u8 tile and see if we can cache it.
61 write(pt, value);
62 }
void write(const vec2< int16_t > &pt, uint8_t value)

References write().

Referenced by fl::Tile2x2_u8::Rasterize().

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