1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00
JUCE/modules/juce_graphics/colour
reuk a59cba010b
ColourGradient: Create lookup tables using non-premultiplied colours
The OpenGL renderer uses ColourGradient::createLookupTable to generate
gradient textures. However, the tweening method used was different to
the tweening used by CoreGraphics gradients, and by the software
renderer.

Gradient tweening is now computed using non-premultiplied colours, to
ensure consistency between gradients rendered using OpenGL, and with
other renderers.
2023-02-09 17:54:19 +00:00
..
juce_Colour.cpp ColourGradient: Create lookup tables using non-premultiplied colours 2023-02-09 17:54:19 +00:00
juce_Colour.h ColourGradient: Create lookup tables using non-premultiplied colours 2023-02-09 17:54:19 +00:00
juce_ColourGradient.cpp ColourGradient: Create lookup tables using non-premultiplied colours 2023-02-09 17:54:19 +00:00
juce_ColourGradient.h ColourGradient: Create lookup tables using non-premultiplied colours 2023-02-09 17:54:19 +00:00
juce_Colours.cpp Colours: Support grey/gray spelling for HTML and SVG compatibility 2022-07-18 18:55:10 +02:00
juce_Colours.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_FillType.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_FillType.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_PixelFormats.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00