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 15 of file grid.h.

15{ reset(width, height); }
u32 height() const
Definition grid.h:60
u32 width() const
Definition grid.h:59
void reset(u32 width, u32 height)
Definition grid.h:17

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

+ Here is the call graph for this function: