Table of Contents

Constructor RgbPayload

Namespace
Harp.Behavior
Assembly
Harp.Behavior.dll

RgbPayload(byte, byte, byte)

Initializes a new instance of the RgbPayload structure.

public RgbPayload(byte green, byte red, byte blue)

Parameters

green byte

The intensity of the green channel in the RGB LED.

red byte

The intensity of the red channel in the RGB LED.

blue byte

The intensity of the blue channel in the RGB LED.