Pinta icon indicating copy to clipboard operation
Pinta copied to clipboard

Palette control for `SimpleEffectDialog`

Open Lehonti opened this issue 5 months ago • 0 comments

In some effects, the user may want to define custom color palettes. At the moment, an acceptable workaround is having an enum with pre-defined palettes (see #457), but it would be nice to have something better, both at the GUI level and at the API level.

One idea is having a "compact" mode that allows us to get a glimpse of the colors of the palette, and an 'edit' mode (for example, a pop-up window) that allows us to edit it. Let's not forget that a palette can have many colors and it may not be practical to show them as controls in SimpleEffectDialog.

Lehonti avatar Jan 09 '24 16:01 Lehonti