1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-20 20:43:14 +00:00
Pixelorama/src/Tools/SelectionTools
Emmanouil Papadeas 1e9c8487ba Optimize the lasso & polygon select tools by making them check fewer pixels
The time they take to complete now depends on the size of the selection, rather than checking all of the pixels of the entire canvas.
2024-09-05 03:34:30 +03:00
..
ColorSelect.gd Add tolerance to the magic wand, rename "similarity" to "tolerance" in the select by color tool and make it work the inverse way 2024-08-10 18:43:04 +03:00
ColorSelect.tscn Add tolerance to the magic wand, rename "similarity" to "tolerance" in the select by color tool and make it work the inverse way 2024-08-10 18:43:04 +03:00
EllipseSelect.gd Mirror the previews of the shape tools 2024-07-31 22:23:50 +03:00
EllipseSelect.tscn Allow Internal extensions (#963) 2023-12-20 16:23:20 +02:00
Lasso.gd Optimize the lasso & polygon select tools by making them check fewer pixels 2024-09-05 03:34:30 +03:00
Lasso.tscn Allow Internal extensions (#963) 2023-12-20 16:23:20 +02:00
MagicWand.gd Add tolerance to the magic wand, rename "similarity" to "tolerance" in the select by color tool and make it work the inverse way 2024-08-10 18:43:04 +03:00
MagicWand.tscn Add tolerance to the magic wand, rename "similarity" to "tolerance" in the select by color tool and make it work the inverse way 2024-08-10 18:43:04 +03:00
PaintSelect.gd Fix popups appearing in wrong places when single window mode is disabled 2024-08-03 22:36:05 +03:00
PaintSelect.tscn Allow Internal extensions (#963) 2023-12-20 16:23:20 +02:00
PolygonSelect.gd Optimize the lasso & polygon select tools by making them check fewer pixels 2024-09-05 03:34:30 +03:00
PolygonSelect.tscn Allow Internal extensions (#963) 2023-12-20 16:23:20 +02:00
RectSelect.gd Create a get_mirrored_positions() method in Tools 2024-02-13 02:31:48 +02:00
RectSelect.tscn Allow Internal extensions (#963) 2023-12-20 16:23:20 +02:00