Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overhaul and extend palette sub-menu of color selection menu #13

Closed
13 tasks done
Tracked by #14
jbunke opened this issue Jan 23, 2024 · 0 comments
Closed
13 tasks done
Tracked by #14

Overhaul and extend palette sub-menu of color selection menu #13

jbunke opened this issue Jan 23, 2024 · 0 comments

Comments

@jbunke
Copy link
Owner

jbunke commented Jan 23, 2024

Tasks:

  • Add buttons:
    • Remove palette button
    • Create new, blank palette button
    • Move selected color left/right in palette buttons (precondition is selected color is in palette)
    • Palette settings (launches dialog akin to layer settings button)
      • Make name editable
      • Immutable palettes cannot be edited (button precondition is mutability)
  • Split palette buttons along lines of functionality into two rows - can still be created with calls to icon button populator; offset second row segment position (Coord2D) by 0, Layout.BUTTON_INC
  • Extend palette color button so that shift-clicking buttons excludes them from shading and palettization processes
    • Add final Map<Color, Boolean> inclusionMap field to Palette class - propagate changes to colorSequence contents to inclusionMap
    • Add exclusion overlay sprite and render above potential primary/secondary color selection overlay on palette color button
  • Assign and implement shortcuts
  • Write and check tool tips and info page blurbs
@jbunke jbunke added this to the v0.2.0 milestone Jan 23, 2024
@jbunke jbunke self-assigned this Jan 23, 2024
@jbunke jbunke mentioned this issue Jan 23, 2024
8 tasks
@jbunke jbunke closed this as completed Jan 30, 2024
@jbunke jbunke reopened this Jan 30, 2024
@jbunke jbunke closed this as completed Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

1 participant