Struct RgbAllPayload
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
byteThe intensity of the green channel in the RGB0 LED.
red0
byteThe intensity of the red channel in the RGB0 LED.
blue0
byteThe intensity of the blue channel in the RGB0 LED.
green1
byteThe intensity of the green channel in the RGB1 LED.
red1
byteThe intensity of the red channel in the RGB1 LED.
blue1
byteThe 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
Blue1
The intensity of the blue channel in the RGB1 LED.
public byte Blue1
Field Value
Green0
The intensity of the green channel in the RGB0 LED.
public byte Green0
Field Value
Green1
The intensity of the green channel in the RGB1 LED.
public byte Green1
Field Value
Red0
The intensity of the red channel in the RGB0 LED.
public byte Red0
Field Value
Red1
The intensity of the red channel in the RGB1 LED.
public byte Red1