1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_graphics
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
..
colour ColourGradient: Create lookup tables using non-premultiplied colours 2023-02-09 17:54:19 +00:00
contexts CoreGraphics: fillAll() fills a larger area to avoid alpha blended edges 2022-09-12 15:39:05 +02:00
effects Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
fonts Use more concise stdlib type aliases 2022-09-26 18:03:47 +01:00
geometry RectangleList: Avoid entering a death spiral when subtracting very close rectangles 2022-12-14 11:12:31 +00:00
image_formats Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
images Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
native CoreGraphicsContext: Avoid hanging when drawing transformed tiled images 2023-02-03 15:16:13 +01:00
placement Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_graphics.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_graphics.h Bump version number to 7.0.5 2023-01-25 11:37:31 +00:00
juce_graphics.mm Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00