mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-12-18 13:04:42 -05:00
Added dialog with options for invert colors
This commit is contained in:
parent
0d1e45cfe4
commit
2346ca810b
7 changed files with 251 additions and 14 deletions
|
|
@ -318,7 +318,8 @@ func image_menu_id_pressed(id : int) -> void:
|
|||
show_rotate_image_popup()
|
||||
|
||||
5: # Invert Colors
|
||||
DrawingAlgos.invert_image_colors(image)
|
||||
Global.control.get_node("Dialogs/ImageEffects/InvertColorsDialog").popup_centered()
|
||||
Global.dialog_open(true)
|
||||
|
||||
6: # Desaturation
|
||||
DrawingAlgos.desaturate_image(image)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue