Background Color Changed

When the background colour displayed on the Elgato Prompter is changed

Variables

The following variables will be populated when this trigger executes:

Description
color.anumber

The alpha channel of the new color that was set, this value is from 0 to 255

color.bnumber

The blue channel of the new color that was set, this value is from 0 to 255

color.gnumber

The green channel of the new color that was set, this value is from 0 to 255

color.rnumber

The red channel of the new color that was set, this value is from 0 to 255

colorHtmlffffff

The new color that was set, this is an HTML compatible colour string

Example: 255
oldColor.anumber

The alpha channel of the previous color that was set, this value is from 0 to 255

Example: 255
oldColor.bnumber

The blue channel of the previous color that was set, this value is from 0 to 255

Example: 255
oldColor.gnumber

The green channel of the previous color that was set, this value is from 0 to 255

Example: 255
oldColor.rnumber

The red channel of the previous color that was set, this value is from 0 to 255

Example: 255
oldColorHtmlstring

The previous color that was set, this is an HTML compatible colour string