Light.LightCapabilityRgb Field

Definition

Capability for lights that have red, green and blue LEDs to control the light's color.

[Android.Runtime.Register("LIGHT_CAPABILITY_RGB", ApiSince=31)]
public const Android.Hardware.Lights.LightCapability LightCapabilityRgb = 0;
[<Android.Runtime.Register("LIGHT_CAPABILITY_RGB", ApiSince=31)>]
val mutable LightCapabilityRgb : Android.Hardware.Lights.LightCapability

Field Value

Value = 0

Implements

Attributes

Remarks

Capability for lights that have red, green and blue LEDs to control the light's color.

This member is deprecated. Wrong int based flag with value 0. Use capability flag LIGHT_CAPABILITY_COLOR_RGB instead.

Java documentation for android.hardware.lights.Light.LIGHT_CAPABILITY_RGB.

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