JUCE icon indicating copy to clipboard operation
JUCE copied to clipboard

added Interpolation support to ColourPoint and corresponding method

Open benkuper opened this issue 6 years ago • 0 comments

This is a proposition to add interpolation support to ColourGradient. It adds an enum ColourGradient::Interpolation (only LINEAR and and NONE for now, LINEAR being the current interpolation method, there could be SMOOTH (Ease in-out))

The only thing I can't work out is the rendering of fillGradient, because it seems to rely on lowlevel graphics methods that I don't know at all.

Hope it helps !

benkuper avatar Feb 01 '19 08:02 benkuper