Java: Smooth Color Transition

I spent a lot of time trying to find/create a blending algorithm that worked for me, this is basically what I was able to hobble together. I’ve used this approach to generate a gradient transition mixing multiple colors, as demonstrated here Basically, this approach allows you to set up a series of colors and percentage … Read more