Enum StripTypeValue
The type of LEDs that are being controlled.
public enum StripTypeValue
- Extension Methods
Fields
BRG = 2LEDs that are controlled by Blue-Red-Green values.
BRGW = 8LEDs that are controlled by Blue-Red-Green-White values.
GRB = 0LEDs that are controlled by Green-Red-Blue values.
GRBW = 6LEDs that are controlled by Green-Red-Blue-White values.
RGB = 1LEDs that are controlled by Red-Green-Blue values.
RGBW = 7LEDs that are controlled by Red-Green-Blue-White values.