StreamDeckSetBackgroundUrl

C# Methods Reference

public void StreamDeckSetBackgroundUrl(string buttonId, string imageUrl, string color);
public void StreamDeckSetBackgroundUrl(string buttonId, string imageUrl, int state);
public void StreamDeckSetBackgroundUrl(string buttonId, string imageUrl, string color, int state);
buttonId
string required
imageUrl
string required
color
string
state
int
void
CPH.StreamDeckSetBackgroundUrl(buttonId, imageUrl);