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

◆ round

#define round ( x)
Value:
((x)>=0?(long)((x)+0.5):(long)((x)-0.5))
uint32_t x[NUM_LAYERS]
Definition Fire2023.ino:80

Definition at line 10 of file util.h.

Referenced by gen.Point::__repr__(), loop(), animartrix_detail::ANIMartRIX::report_performance(), gen.Point::toJson(), and ColorHSV::ToRGB().