Table of Contents

Struct RgbPayload

Namespace
Harp.Behavior
Assembly
Harp.Behavior.dll

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 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.

Fields

Blue

The intensity of the blue channel in the RGB LED.

public byte Blue

Field Value

byte

Green

The intensity of the green channel in the RGB LED.

public byte Green

Field Value

byte

Red

The intensity of the red channel in the RGB LED.

public byte Red

Field Value

byte