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

◆ rasterize() [3/3]

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

Definition at line 54 of file raster_sparse.h.

54 {
55 // Turn it into a Tile2x2_u8 tile and see if we can cache it.
56 write(pt, value);
57 }
void write(const vec2< u16 > &pt, u8 value)
constexpr int type_rank< T >::value

References fl::type_rank< T >::value, and write().

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

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