| DimmingSequence Methods |
The DimmingSequence type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | Adds a new point in the sequence. | |
| Clear | Remove all the points of the sequence. | |
| GetAt | Retrieves a point given its time value. | |
| GetSequenceArray | Return an array of (time, brightness) | |
| Remove | Removes a point in the sequence. | |
| RemoveAt | Removes a point in the sequence, given the time parameter of the
point to remove. | |
| Size | Return the sequence size. |