Click or drag to resize
DimmingSequence Methods

The DimmingSequence type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a new point in the sequence.
Public methodClear
Remove all the points of the sequence.
Public methodGetAt
Retrieves a point given its time value.
Public methodGetSequenceArray
Return an array of (time, brightness)
Public methodRemove
Removes a point in the sequence.
Public methodRemoveAt
Removes a point in the sequence, given the time parameter of the point to remove.
Public methodSize
Return the sequence size.
Top
See Also