Gimp/plug-ins/python
Anders Jonsson 9d09a70a58 plug-ins: set_rgba in Fog works on sRGB
In GIMP up to 2.10, the default color for the Fog filter
had linear RGB values (240, 180, 70), (#f0b446).

The set_rgba call that's now in Fog treated these normalized
values as sRGB, resulting in another, lighter color (#f8db8e).

Change to recalculated values from the definition at
https://en.wikipedia.org/wiki/SRGB to get the original color
again.
2026-02-11 13:15:19 +01:00
..
python-console build, plug-ins: Generate *associations.list automatically at build-time 2025-05-30 19:23:41 -03:00
tests plug-ins: add more file plug-in loading tests 2025-08-27 11:11:32 -04:00
colorxhtml.py python: Fix file arguments after 161b3c53 2025-01-22 21:29:16 +01:00
file-openraster.py python: Remove layer offsets on ORA export 2025-09-29 18:55:20 -03:00
foggify.py plug-ins: set_rgba in Fog works on sRGB 2026-02-11 13:15:19 +01:00
gradients-save-as-css.py python: Use context Palette/Gradient in GUI 2025-02-01 02:59:51 +00:00
histogram-export.py plug-ins: Fix Title Case usages 2025-11-10 13:02:05 +01:00
meson.build plug-ins: Fix .py plugins on non-relocatable macOS builds 2026-01-15 18:39:32 -03:00
palette-export-as-kpl.py python: Add export support for Krita .kpl palette 2025-05-25 15:50:12 +00:00
palette-offset.py python: Use context Palette/Gradient in GUI 2025-02-01 02:59:51 +00:00
palette-sort.py python: Use context Palette/Gradient in GUI 2025-02-01 02:59:51 +00:00
palette-to-gradient.py python: Use context Palette/Gradient in GUI 2025-02-01 02:59:51 +00:00
pygimp.interp.in build, plug-ins: Bundle and distribute correct python*.exe 2024-11-19 09:30:57 -03:00
pygimp_win.interp app, build, plug-ins: Run interpreters conditionally on Windows console 2025-11-09 15:56:32 -03:00
python-eval.py plug-ins: python-fu-eval should correctly exit with error. 2024-10-27 22:55:51 +01:00
spyro-plus.py plug-ins: Fix Title Case usages 2025-11-10 13:02:05 +01:00
test-dialog.py extensions, libgimp, plug-ins: remove n_drawables arg from GimpImageProcedure's… 2024-10-28 22:08:45 +01:00