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
green0byteThe intensity of the green channel in the RGB0 LED.
red0byteThe intensity of the red channel in the RGB0 LED.
blue0byteThe intensity of the blue channel in the RGB0 LED.
green1byteThe intensity of the green channel in the RGB1 LED.
red1byteThe intensity of the red channel in the RGB1 LED.
blue1byteThe intensity of the blue channel in the RGB1 LED.