SpiralLayout
Source:
SpiralLayout.h
SpiralLayout¶
src/light/layouts/SpiralLayout.h:24Inherits:
LayoutBase
Layout winding LEDs up a conical spiral.
Public Attributes¶
lengthType ledCount = 640
lengthType bottomRadius = 10
lengthType height = 25
Public Methods¶
virtual inline void defineControls() override
: defineControls MUST be idempotent and pure: only controls_.clear() + controls_.addX().
virtual inline nrOfLightsType lightCount() const override
virtual inline void forEachCoord(constCoordSink & sink) const override