StreamDeckSetBackgroundColor
C# Methods Reference
Signature
public void StreamDeckSetBackgroundColor(string buttonId, string color, int state);
Parameters
buttonId
string required
color
string required
state
int
Return Type
void
Example
CPH.StreamDeckSetBackgroundColor(buttonId, color);