brightnessDelta

@Serializable(with = WholePercentageSerializer::class)
val brightnessDelta: Percentage? = null

Percentage brightness to be added to the light.

Note that this percentage is relative addition, not multiplicative. e.g. Specifying 10% here for light at 50% brightness will result in the light being 60% brightness.