Convert a selected color into a bank of variables that can then be passed to C# code, HTML objects, or any OBS source that is color-aware.
Color / OBS ColorThe Color picker will give the standard pallet picker, so you can choose by a slider or by entering raw RGB / HSL values
Once a color is chosen the Color box will be populated with the RGB Hex value and OBS Color will populate with the raw integer value OBS expects for ABGR it uses for its natively supported sources.
Variable NameEnter an alias for the resulting variables, outlined below. Don't use %'s in this field this will be done automatically.
The following variables will be populated after executing this sub-action:
| Name | Description |
|---|---|
variableName.color.a | The alpha value |
variableName.color.r | The red value |
variableName.color.g | The green value |
variableName.color.b | The blue value |
variableName.html | The html color code |
variableName.htmlalpha | The html color code with alpha value |
variableName.obs | The color as an OBS ABGR value |
variableName with the variable name you configured.