Lingua

LightCapability Enum

Definition

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum LightCapability
[<System.Flags>]
type LightCapability = 
Inheritance
LightCapability
Attributes

Fields

Name Value Description
Rgb 0
Brightness 1
ColorRgb 2
Animation 4

Capability for lights that support animations and fast transitions.

Android reference for android.hardware.lights.Light.LIGHT_CAPABILITY_ANIMATION.

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