Table of Contents

Enum StripTypeValue

Namespace
CTRE.Phoenix6.Signals
Assembly
Phoenix6.Hardware.dll

The type of LEDs that are being controlled.

public enum StripTypeValue
Extension Methods

Fields

BRG = 2

LEDs that are controlled by Blue-Red-Green values.

BRGW = 8

LEDs that are controlled by Blue-Red-Green-White values.

GRB = 0

LEDs that are controlled by Green-Red-Blue values.

GRBW = 6

LEDs that are controlled by Green-Red-Blue-White values.

RGB = 1

LEDs that are controlled by Red-Green-Blue values.

RGBW = 7

LEDs that are controlled by Red-Green-Blue-White values.