Set Color Source Color

Set a random or a HEX color for a color source

Parameters

Connectionrequired
Select

Select the configured OBS Studio Connection to connect to

  • Select Any to trigger on any connection
Scenerequired
String

Select the scene from this dropdown list, you can also manually enter a scene name.

Sourcerequired
String

Select the source from this dropdown list, you can also manually enter a scene name.

Random Color
Checkbox

This gets a random HEX color each time this sub-action runs

Colorrequired
Color

Choose a color, using the #RRGGBBAA format

Variables

This sub-action does not populate any variables.

C# Usage

C# Method ObsSetColorSourceArgbColor not found
C# Method ObsSetColorSourceHexColor not found
public void ObsSetColorSourceRandomColor(string scene, string source, int connection = 0)