createWave

public void createWave(Color startColor, Color endColor, double wavelength, double cycleDuration)

Creates a wave effect on the LED strip. The wave effect is based on a sine wave pattern that changes over time.

Parameters

startColor

The starting color of the wave

endColor

The ending color of the wave

wavelength

The wavelength of the wave

cycleDuration

The duration of the wave cycle