1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-19 17:49:47 +00:00
Pixelorama/src/Autoload
Emmanouil Papadeas 8de9697be0
Layer blend modes (#911)
* Preview blend modes

No support for exporting and layer merging yet. Also need to fix the move tool preview.

* Preview blend modes on tile mode

* Raise layer limit to 1024

* Export images with layer blending modes

* Save blend modes in pxo files

* Merge layers with blending modes

* Fix crash when adding a new layer

* Preview blending in the other canvases

* Update DrawingAlgos.gd

* Move tool preview

* Re-arrange blend menu and add lighten, darken, linear burn and exclusion

* Add divide blend mode

* Add hue, saturation, color & luminosity blend modes

* Undo/redo when changing blend modes
2023-10-22 01:57:45 +03:00
..
DrawingAlgos.gd Layer blend modes (#911) 2023-10-22 01:57:45 +03:00
Export.gd Layer blend modes (#911) 2023-10-22 01:57:45 +03:00
ExtensionsAPI.gd Re-implement the ability to add custom export formats from extensions and allow preview display (#924) 2023-10-18 16:06:19 +03:00
Global.gd Added new signals (#922) 2023-10-15 14:32:58 +03:00
HTML5FileExchange.gd Fix some typos in the code 2023-10-04 18:25:49 +03:00
Import.gd Port to Godot 4 (#900) 2023-09-04 16:29:06 +03:00
OpenSave.gd Added new signals (#922) 2023-10-15 14:32:58 +03:00
Palettes.gd Allow user to move Palettes to Trash/Recycle Bin instead of deleting them permanently (#914) 2023-10-11 19:20:05 +03:00
Tools.gd Port to Godot 4 (#900) 2023-09-04 16:29:06 +03:00