Struct RgbAllPayload
Represents the payload of the RgbAll register.
public struct RgbAllPayload
- Inherited Members
Constructors
- RgbAllPayload(byte, byte, byte, byte, byte, byte)
Initializes a new instance of the RgbAllPayload structure.
Fields
- Blue0
The intensity of the blue channel in the RGB0 LED.
- Blue1
The intensity of the blue channel in the RGB1 LED.
- Green0
The intensity of the green channel in the RGB0 LED.
- Green1
The intensity of the green channel in the RGB1 LED.
- Red0
The intensity of the red channel in the RGB0 LED.
- Red1
The intensity of the red channel in the RGB1 LED.