1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-08 11:29:47 +00:00
Pixelorama/src/Palette
Emmanouil Papadeas 1c9c8bf4e3 Add Palettize and Pixelize effects
Pixelize makes the image pixelated, and Palettize maps the color of the input to the nearest color in the selected palette. Useful for limiting color in pixel art and for artistic effects.
2024-04-10 01:20:28 +03:00
..
CreatePaletteDialog.gd Lazy load create & edit palette dialogs 2024-03-21 17:29:00 +02:00
CreatePaletteDialog.tscn Fix create and edit palette dialogs being very long 2023-12-16 22:07:11 +02:00
EditPaletteDialog.gd Lazy load create & edit palette dialogs 2024-03-21 17:29:00 +02:00
EditPaletteDialog.tscn Add a variable in Global for setting file dialogs as native, and add a "FileDialogs" node group 2024-01-24 03:57:40 +02:00
Palette.gd Add Palettize and Pixelize effects 2024-04-10 01:20:28 +03:00
PaletteGrid.gd Fix palette swatch highlight not being shown 2023-12-23 21:44:38 +02:00
PalettePanel.gd Lazy load create & edit palette dialogs 2024-03-21 17:29:00 +02:00
PalettePanel.tscn Lazy load create & edit palette dialogs 2024-03-21 17:29:00 +02:00
PaletteScroll.gd Fix palette swatch highlight not being shown 2023-12-23 21:44:38 +02:00
PaletteSwatch.gd Fix palette swatch highlight not being shown 2023-12-23 21:44:38 +02:00
PaletteSwatch.tscn Make palette swatches use TransparentChecker.tscn 2023-12-23 22:03:44 +02:00