gimp/plug-ins/python
Jacob Boerema 45ea994e89 plug-ins: improve default color handling of foggify
- To set color values in the 0-255 range we now have to use set_uchar.
- Because setting a default color is not working, the color in config
  could be None, which if the color wasn't changed caused a CRITICAL.

Let's check for None and if that is the case then manually set our
default color.
2024-01-08 18:11:46 -05:00
..
python-console python: Use theme colors for console font color 2024-01-04 17:51:02 +00:00
colorxhtml.py plug-ins: fix the GimpSaveProcedure plug-ins in Python. 2023-10-01 20:52:02 +02:00
file-openraster.py plug-ins: port forgotten uses of gimp_pdb_run_procedure*() removed API. 2023-10-20 19:01:38 +02:00
foggify.py plug-ins: improve default color handling of foggify 2024-01-08 18:11:46 -05:00
gradients-save-as-css.py plug-ins: forgotten Python plug-ins had to be ported to new Gimp.Procedure.new(). 2023-10-01 20:52:01 +02:00
histogram-export.py plug-ins: port forgotten uses of gimp_pdb_run_procedure*() removed API. 2023-10-20 19:01:38 +02:00
meson.build build/windows, data, extensions, plug-ins: Fix Build omissions 2024-01-02 10:49:31 +00:00
palette-offset.py plug-ins: forgotten Python plug-ins had to be ported to new Gimp.Procedure.new(). 2023-10-01 20:52:01 +02:00
palette-sort.py plug-ins: forgotten Python plug-ins had to be ported to new Gimp.Procedure.new(). 2023-10-01 20:52:01 +02:00
palette-to-gradient.py plug-ins: forgotten Python plug-ins had to be ported to new Gimp.Procedure.new(). 2023-10-01 20:52:01 +02:00
pygimp.interp.in build/windows, data, extensions, plug-ins: Fix Build omissions 2024-01-02 10:49:31 +00:00
python-eval.py plug-ins, libgimp: move GimpBatchProcedure's run function to use config objects. 2023-10-01 20:52:01 +02:00
spyro-plus.py plug-ins: port forgotten uses of gimp_pdb_run_procedure*() removed API. 2023-10-20 19:01:38 +02:00
test-dialog.py plug-ins: port other Python plug-ins to new gimp_image_procedure_new(). 2023-10-01 21:02:34 +02:00