Table of Contents

Constructor RgbAllPayload

Namespace
Harp.Behavior
Assembly
Harp.Behavior.dll

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 byte

The intensity of the green channel in the RGB0 LED.

red0 byte

The intensity of the red channel in the RGB0 LED.

blue0 byte

The intensity of the blue channel in the RGB0 LED.

green1 byte

The intensity of the green channel in the RGB1 LED.

red1 byte

The intensity of the red channel in the RGB1 LED.

blue1 byte

The intensity of the blue channel in the RGB1 LED.