I love how easy it is to control global brightness using FastLED.setBrightness().
Now I’m working on a project that has two CRGB objects, on two separate Teensy 3.2 pins.
I’d like to be able to adjust brightness of each CRGB object, similarly to the global setBrightness() function.
Is there a current function available that could scale brightness levels of individual CRGB objects?
Hi Paul,
You will probably find the answer in this past post:
https://plus.google.com/109724468732455410411/posts/9Syyjgyu9Ak
Specifically, look at this code example from Daniel Garcia:
I hope this helps 
Perfect, thanks Gottfried!