LedColor Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes LED colors in an LED matrix or bargraph.
public enum LedColor
type LedColor =
Public Enum LedColor
- Inheritance
-
LedColor
Fields
Name | Value | Description |
---|---|---|
Off | 0 | Disable LED. |
Red | 1 | Enable red LED. |
Green | 2 | Enable green LED. |
Yellow | 3 | Enable both green and red LEDs, producing a yellow color. |