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

Alpha and Hue input: setting min/max will result in wrong representation #6251

Closed
distantnative opened this issue Feb 10, 2024 · 0 comments
Closed
Assignees
Labels
type: bug 🐛 Is a bug; fixes a bug
Milestone

Comments

@distantnative
Copy link
Member

When setting min or max the underlying range input will simply change what the leftmost and rightmost value represents. However, then the visual representation (e.g. what hue range we are in) is completely off.

I would suggest to remove min/max here as options and use fixed value (0-1 / 0-360) for these inputs.

@distantnative distantnative added the type: bug 🐛 Is a bug; fixes a bug label Feb 10, 2024
@distantnative distantnative self-assigned this Feb 10, 2024
@distantnative distantnative modified the milestones: 4.1.1, 4.2.0 Feb 10, 2024
distantnative added a commit that referenced this issue Feb 10, 2024
distantnative added a commit that referenced this issue Feb 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug 🐛 Is a bug; fixes a bug
Projects
None yet
Development

No branches or pull requests

2 participants