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

Color picker component #167

Open
NathanCheshire opened this issue Jul 20, 2022 · 3 comments
Open

Color picker component #167

NathanCheshire opened this issue Jul 20, 2022 · 3 comments
Assignees

Comments

@NathanCheshire
Copy link
Owner

Extract the component from paint widget for keeping track of recent colors to its own component.

Methods:
+getColor()
+getColor(int)
+setMaxColorDepth(int)
+clear()
+setDefaultColor()
+setXCells(int)
+setYCells(int)
+setCellSize(int, int)
+setColor()

@NathanCheshire NathanCheshire self-assigned this Jul 20, 2022
@NathanCheshire
Copy link
Owner Author

Maybe think about hooks for a certain x,y or a certain color?
Should also have an option to outline the currently selected color with a golden border or a white border?

@NathanCheshire
Copy link
Owner Author

The currently chosen color should have an indicator of such.

@NathanCheshire
Copy link
Owner Author

Should sticky colors be a thing? Such as always keeping certain colors at the top?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant