Struct RgbPayload
Represents the payload of the Rgb register.
public struct RgbPayload
- Inherited Members
Constructors
- RgbPayload(byte, byte, byte)
Initializes a new instance of the RgbPayload structure.
Fields
- Blue
The intensity of the blue channel in the RGB LED.
- Green
The intensity of the green channel in the RGB LED.
- Red
The intensity of the red channel in the RGB LED.