mirror of
https://github.com/hybridgroup/gobot.git
synced 2025-05-11 19:29:20 +08:00

This change corrects using Red parameter of RGBA for the Brightness value, to using the Alpha parameter of RGBA. As the brightness max value for APA102 is `31` the `math.Min` stops the driver from using any value higher than 31.