You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • So... who actually uses Graphics.setcolorHSV ?

    It feels like a bit of a waste of time to me... I'd really like to remove it and add E.HSBtoRGB instead, that does the hue conversion without relying on graphics. You could then do Graphics.setColor(E.HSBtoRGB(h,s,b)) instead, but if you were trying to do something like cycle hue on some LEDs, you could just use it directly.

About

Avatar for Gordon @Gordon started