StreamDeckSetBackgroundUrl
C# Methods Reference
Signature
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);
Parameters
buttonId
string required
No description provided.
imageUrl
string required
No description provided.
color
string
No description provided.
state
int
No description provided.
Return Type
void
Example
CPH.StreamDeckSetBackgroundUrl(buttonId, imageUrl);