Background Color Changed
Variables
The following variables will be populated when this trigger executes:
Description | ||
---|---|---|
color.a | number | The alpha channel of the new color that was set, this value is from 0 to 255 |
color.b | number | The blue channel of the new color that was set, this value is from 0 to 255 |
color.g | number | The green channel of the new color that was set, this value is from 0 to 255 |
color.r | number | The red channel of the new color that was set, this value is from 0 to 255 |
colorHtml | ffffff | The new color that was set, this is an HTML compatible colour string Example: 255 |
oldColor.a | number | The alpha channel of the previous color that was set, this value is from 0 to 255 Example: 255 |
oldColor.b | number | The blue channel of the previous color that was set, this value is from 0 to 255 Example: 255 |
oldColor.g | number | The green channel of the previous color that was set, this value is from 0 to 255 Example: 255 |
oldColor.r | number | The red channel of the previous color that was set, this value is from 0 to 255 Example: 255 |
oldColorHtml | string | The previous color that was set, this is an HTML compatible colour string |