Table of Contents

Struct RgbAllPayload

Namespace
Harp.Behavior
Assembly
Harp.Behavior.dll

Represents the payload of the RgbAll register.

public struct RgbAllPayload
Inherited Members

Constructors

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.

Fields

Blue0

The intensity of the blue channel in the RGB0 LED.

public byte Blue0

Field Value

byte

Blue1

The intensity of the blue channel in the RGB1 LED.

public byte Blue1

Field Value

byte

Green0

The intensity of the green channel in the RGB0 LED.

public byte Green0

Field Value

byte

Green1

The intensity of the green channel in the RGB1 LED.

public byte Green1

Field Value

byte

Red0

The intensity of the red channel in the RGB0 LED.

public byte Red0

Field Value

byte

Red1

The intensity of the red channel in the RGB1 LED.

public byte Red1

Field Value

byte