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

◆ MAX_DIMENSION

#define MAX_DIMENSION    ((kMatrixWidth > kMatrixHeight) ? kMatrixWidth : kMatrixHeight)

Definition at line 87 of file funky.cpp.

87#define MAX_DIMENSION \
88 ((kMatrixWidth > kMatrixHeight) ? kMatrixWidth : kMatrixHeight)

Referenced by FillNoise(), fillnoise8(), and fillnoise82().