microsoft / pxt-neopixel

A Neo-Pixel package for pxt-microbit
https://makecode.microbit.org/pkg/microsoft/pxt-neopixel
MIT License
58 stars 141 forks source link

hslToRgb dont works on JS #17

Open Werja opened 6 years ago

Werja commented 6 years ago

Hello, I use the driver in a older Version on Calliope mini with hsl Colors. In the old Version the hsl function has a export statement on this function. The actuell version has a function called hslToRgb without export.

Why? I need it.