Set Background

Modify the background image of a Stream Deck key or dial
Set Background Dialog
Set Background Dialog

Parameters

ElgatoStreamDeckButtonId
Image
Text

Image path or data used to update the background image of a Stream Deck button

Supports any of the formats shown below:

C:\Users\John\Pictures\image.png
Color
Text

Set the background color of the given button.

  • When used in addition to the image field, the image will be placed on top of the selected color.
ElgatoStreamDeckButtonState

C# Usage

public void StreamDeckSetBackgroundColor(string buttonId, string color)
public void StreamDeckSetBackgroundUrl(string buttonId, string imageUrl)
public void StreamDeckSetBackgroundLocal(string buttonId, string imageFile)