Closed mbarbey closed 7 years ago
In the documentation, it's explained that the getRGB and setRGB functions are available on both Light ang Group objects.
getRGB
setRGB
Light
Group
Unfortunately it appear that these functions are (currently) only available on the Light object.
So here is my little copy/past to add these functions to the Group object.
provided :
Merged and tagged as v1.6.1. Thank you!
In the documentation, it's explained that the
getRGB
andsetRGB
functions are available on bothLight
angGroup
objects.Unfortunately it appear that these functions are (currently) only available on the
Light
object.So here is my little copy/past to add these functions to the
Group
object.