Share via


LightColors Enum

Definition

Enumerates the supported colors for the Light device.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum LightColors
[<System.Flags>]
type LightColors = 
Public Enum LightColors
Inheritance
LightColors
Attributes

Fields

Name Value Description
Primary 1

Supports primary color (usually green).

Custom1 65536

Supports first custom color (usually red).

Custom2 131072

Supports second custom color (usually yellow).

Custom3 262144

Supports third custom color.

Custom4 524288

Supports fourth custom color.

Custom5 1048576

Supports fifth custom color.

Applies to