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

◆ copy()

"Point" gen.Point.copy ( self)

Definition at line 51 of file gen.py.

51 def copy(self) -> "Point":
52 return Point(self.x, self.y)
53