Class CreateRgbAllPayload
Represents an operator that creates a message payload that specifies the state of all RGB LED channels.
public class CreateRgbAllPayload
- Inheritance
-
CreateRgbAllPayload
- Derived
- Inherited Members
Properties
- Blue0
Gets or sets a value that the intensity of the blue channel in the RGB0 LED.
- Blue1
Gets or sets a value that the intensity of the blue channel in the RGB1 LED.
- Green0
Gets or sets a value that the intensity of the green channel in the RGB0 LED.
- Green1
Gets or sets a value that the intensity of the green channel in the RGB1 LED.
- Red0
Gets or sets a value that the intensity of the red channel in the RGB0 LED.
- Red1
Gets or sets a value that the intensity of the red channel in the RGB1 LED.
Methods
- GetMessage(MessageType)
Creates a message that specifies the state of all RGB LED channels.
- GetPayload()
Creates a message payload for the RgbAll register.