StreamDeckSetBackgroundLocal

C# Methods Reference

Signature

public void StreamDeckSetBackgroundLocal(string buttonId, string imageFile, string color);
public void StreamDeckSetBackgroundLocal(string buttonId, string imageFile, int state);
public void StreamDeckSetBackgroundLocal(string buttonId, string imageFile, string color, int state);

Parameters

buttonId
string required

No description provided.

imageFile
string required

No description provided.

color
string

No description provided.

state
int

No description provided.

Return Type

void

Example

CPH.StreamDeckSetBackgroundLocal(buttonId, imageFile);