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.
public RgbPayload(byte green, byte red, byte blue)
Parameters
green
byteThe intensity of the green channel in the RGB LED.
red
byteThe intensity of the red channel in the RGB LED.
blue
byteThe intensity of the blue channel in the RGB LED.
Fields
Blue
The intensity of the blue channel in the RGB LED.
public byte Blue
Field Value
Green
The intensity of the green channel in the RGB LED.
public byte Green
Field Value
Red
The intensity of the red channel in the RGB LED.
public byte Red