-
Notifications
You must be signed in to change notification settings - Fork 36
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
Allow creating ColorPickers without using the hardcoded sliders #537
Comments
What exactly do you mean by "use their own customizable sliders"? I think it should be easy enough to just use a simple color picker (the one with arrows around it) and just create 3 integer [Slider]s below it with onchanges to reflect in it. If that's sort of what you're looking for the potential exists for a [ColorDisplay] or something which doesn't have just options and is just the colored box. |
Ye just the colored box |
Can you give a sample of what you're actually planning on doing? Was it just changing the names? |
So is the ordering just your concern or do you want names? (RE: ordering, I do think the color should go first as generally the "overarching" item goes first like a mods section label) |
The naming, but I also do prefer the color being below |
Describe the feature
Allow creating
[ColorPicker]
's without using these hardcoded slidersPurpose/Usage
Modders can then use their own customizable sliders to adjust the value of the
[ColorPicker]
The text was updated successfully, but these errors were encountered: