Constructor RgbAllPayload
RgbAllPayload(byte, byte, byte, byte, byte, byte)
Initializes a new instance of the RgbAllPayload structure.
public RgbAllPayload(byte green0, byte red0, byte blue0, byte green1, byte red1, byte blue1)
Parameters
green0
byteThe intensity of the green channel in the RGB0 LED.
red0
byteThe intensity of the red channel in the RGB0 LED.
blue0
byteThe intensity of the blue channel in the RGB0 LED.
green1
byteThe intensity of the green channel in the RGB1 LED.
red1
byteThe intensity of the red channel in the RGB1 LED.
blue1
byteThe intensity of the blue channel in the RGB1 LED.