Skip to main content

Enum RgbLedColors

Colors for RGB Led

Assembly: Meadow.Contracts.dll
View Source
Declaration
public enum RgbLedColors

Fields

Red

Red (red LED only)

View Source
Declaration
Red = 0

Green

Green (green LED only)

View Source
Declaration
Green = 1

Blue

Blue (blue LED only)

View Source
Declaration
Blue = 2

Yellow

Yellow (red and green LEDs)

View Source
Declaration
Yellow = 3

Magenta

Magenta (blue and red LEDs)

View Source
Declaration
Magenta = 4

Cyan

Cyan (blue and green LEDs)

View Source
Declaration
Cyan = 5

White

White (red, green and blue LEDs)

View Source
Declaration
White = 6

count

Count of colors

View Source
Declaration
count = 7