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()
.
examples
FunkyClouds
funky.cpp
Generated on Thu May 29 2025 04:44:57 for FastLED by
1.13.2