Set brightness of group
hue_set_group_brightness.Rd
Set brightness of group
Arguments
- id
If numeric, numeric id of group. If character, name of group. You can check id and names with
hue_get_groups_names()
- brightness
A numeric value, or one of either "brighter" (or "+") or "darker" (or "-"). The highest value is 254, the lowest 1.
- by
Numeric, defaults to 10. Ignored if brightness is numeric. Otherwise determines the size of the increment/decrement.