Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • That happens if you directly fade between complementary colors. After half of the duration the components will be somewhere half brightness. So that looks white. How do you want it to fade between them? Commented Nov 14, 2021 at 19:47
  • Im not really sure how i want it, i guess something that will go through the color wheel until the destination color. Are there other options? Commented Nov 14, 2021 at 20:26
  • @DrakeJest: If you want to go around (rather than across) the color wheel, you should interpolate in the HSV, rather than the RGB color space. Commented Nov 14, 2021 at 20:42