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

◆ Grid() [2/2]

template<typename T>
fl::Grid< T >::Grid ( u32 width,
u32 height )
inline

Definition at line 18 of file grid.h.

18{ reset(width, height); }
u32 height() const
Definition grid.h:62
u32 width() const
Definition grid.h:61
void reset(u32 width, u32 height)
Definition grid.h:20

References Grid(), height(), reset(), and width().

+ Here is the call graph for this function: