arvydas / blinkstick-python

BlinkStick Python interface to control devices connected to the computer
Other
136 stars 53 forks source link

Calling blink()/morph() scales the RGB values down twice. #74

Closed chaddcw closed 1 year ago

chaddcw commented 3 years ago

blink() and morph() each call _determine_rgb() which applies the scaling factor set by calling set_max_rgb_value(). blink() and morph() then each call set_color() which again calls _determine_rgb() and applies the scaling factor a second time.