bibliopixel.colors.wheel module

bibliopixel.colors.wheel.wheel_color(position)[source]

Get color from wheel value (0 - 384). Provided for those used to using it from Adafruit libraries

bibliopixel.colors.wheel.wheel_helper(pos, length, cycle_step)[source]

Helper for wheel_color that distributes colors over length and allows shifting position.