I'm trying to (finally!) wrap up Mini Micro 1.0 in the next week or so. As part of that, I've decided to remove the /sys/lib/colorUtil module, which provided conversion to/from HSV, and instead added color.toListHSV and color.fromListHSV methods for this purpose. The HSV values are in the range 0-255, just like RGB and A values in list form.
If anybody has existing projects using colorUtil, you can grab it here: https://github.com/JoeStrout/minimicro-sysdisk/blob/7e57dc11fe96d893c8d520ad8741b5553130a079/sys/lib/colorUtil.ms
...and just place it next to your program, and everything should work exactly as it did before. Or you can switch your code to use the new methods; just keep in mind the new methods use a range of 0-255, while the old module used 0-360 for H, and 0-100 for S and V.
As always, if you have any questions or this causes you any trouble, just post here or reach out on Discord, and I'll be delighted to help out! 🙂