As noted in a comment on issue 10873, choosing Selection for Fixed Gear throws a TypeError. This is because with the change from GimpRGB to GeglColor, we can no longer directly access the red component with an index. Instead, we need to call Gegl.Color.get_rgba() to get that value, which is what this patch does. |
||
|---|---|---|
| .. | ||
| python-console | ||
| colorxhtml.py | ||
| file-openraster.py | ||
| foggify.py | ||
| gradients-save-as-css.py | ||
| histogram-export.py | ||
| meson.build | ||
| palette-offset.py | ||
| palette-sort.py | ||
| palette-to-gradient.py | ||
| pygimp.interp.in | ||
| python-eval.py | ||
| spyro-plus.py | ||
| test-dialog.py | ||