How to light up multiple leds with a single command?

Hey guys, right now I have the following loop where I light up all leds on my flex blinkstick:

bstick = blinkstick.find_first()
for bstick in blinkstick.find_all():
for x in xrange(1,60):
bstick.set_color(channel=0, index=x, name=“red”)

Is there a way to send a single command to light them all?

Thanks,

Yes you can with LED frames: