Class: BlinkLight
This page documents the methods and fields available in the BlinkLight class.
Members
| Signature | Description |
|---|---|
BlinkLight() | Creates a new instance of BlinkLight. |
getFrequency() | Returns the current frequency. |
getLerpSpeed() | Returns the current lerp speed. |
getOffIntensity() | Returns the current off intensity. |
getOnIntensity() | Returns the current on intensity. |
getPattern() | Returns the current pattern. |
isReverse() | Returns whether reverse is true. |
setFrequency(float) | Sets or updates the frequency. |
setLerpSpeed(float) | Sets or updates the lerp speed. |
setOffIntensity(float) | Sets or updates the off intensity. |
setOnIntensity(float) | Sets or updates the on intensity. |
setPattern(OHString) | Sets or updates the pattern. |
setPattern(String) | Sets or updates the pattern. |
setReverse(boolean) | Sets or updates the reverse. |