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

◆ round

#define round ( x)
Value:
((x)>=0?(long)((x)+0.5):(long)((x)-0.5))
int x
Definition simple.h:92

Definition at line 11 of file util.h.

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