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

[FEATURE] Color Picker (ClickGUI and HUD Editor) #3000

Open
Coccocoahelper opened this issue May 11, 2024 · 0 comments
Open

[FEATURE] Color Picker (ClickGUI and HUD Editor) #3000

Coccocoahelper opened this issue May 11, 2024 · 0 comments
Labels
🔥 enhancement New feature or request 🌕 legacy

Comments

@Coccocoahelper
Copy link
Contributor

LiquidBounce Branch

Legacy

Describe your feature request.

Currently, LiquidBounce legacy does not have a color picker, unlike next-gen; I believe that this should be changed.
In my opinion, it should be an option instead of being forced on people.
I have taken the liberty to make a decent "standard". Here are two example values, one with alpha, and the other without:
private val exampleColor by ColorValue("Example-Color", Color(255, 255, 255, 255), Color(0..255, 0..255, 0..255, 0..255))
private val exampleColor by ColorValue("Example-Color", Color(255, 255, 255) Color(0..255, 0..255, 0..255))

Feel free to edit it to your liking, and I think it can be improved.

Additional context

No response

@github-actions github-actions bot added 🌕 legacy 🔥 enhancement New feature or request labels May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔥 enhancement New feature or request 🌕 legacy
Projects
None yet
Development

No branches or pull requests

1 participant