patternline_t

Struct representing a pattern line.

extern (C)
struct patternline_t {}

Members

Variables

color
rgb_t color;

The color of this pattern.

ledn
ubyte ledn;

number of led, or 0 for all

millis
ushort millis;

Time in milliseconds to transition towards this pattern.

Meta