Language

MultiLightEffect.Sequences Property

Definition

Returns the color sequences defined in the light effect for each of the lights.

public System.Collections.Generic.IDictionary<Java.Lang.Integer,Android.Hardware.Lights.ColorSequence> Sequences { [Android.Runtime.Register("getSequences", "()Ljava/util/Map;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getSequences", "()Ljava/util/Map;", "", ApiSince=37)>]
member this.Sequences : System.Collections.Generic.IDictionary<Java.Lang.Integer, Android.Hardware.Lights.ColorSequence>

Property Value

the Map of lightIds to the color sequences that will be played for the effect.

Attributes

Remarks

Returns the color sequences defined in the light effect for each of the lights.

The key for the returned map corresponds to the lightId (see Light.getId()) of the light that will play the color sequence represented by the value.

Android reference for android.hardware.lights.MultiLightEffect.getSequences.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to