Hello,
I have been toying around with basic animations and am a bit confused on two things related to colors.
(1) My understanding is that bibliopixel uses HSV for its color definitions. However, if I take a HSV color picker, and try to get orange for example (25, 81, 100), and then use that same HSV value set for a color with an animation, instead of orange, I get blue. Why is this? Am I misunderstanding something about what BiblioPixel uses for colors?
(2) BiblioPixel does not seem to allow using a HSV definition (say same as above) when listing colors for an animation with multiple. For example, colors: red, [25, 81, 100], yellow throws errors. Is there a way around this, perhaps either defining a variable somewhere or something more obvious?
Did not see clear answers to either of these in the documentation, so figured I’d give it a separate thread just for future reference.
Thanks!