-
Notifications
You must be signed in to change notification settings - Fork 27
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 slider for lights #20
Comments
Yeah, I have thought about it. But how would it work? Would you have 3 sliders, one for each color Red, Green & Blue? |
I can see multiple versions. Either just one per "channel" (RGB) or one for Hue and one for Saturation. It's always a bit messy to deal with colored lights. You want Brightness ofc, and you want color, but you also sometimes want to desaturate the color a bit, which means that you end up with a lot of sliders for one light or group, which in turn makes the dashboard become very bloated. If I could choose I would want the option to choose if the slider should control brightness, hue or saturation. That way i could set up the brightness to be a large slider, and then maybe put hue and saturation as two smaller sliders underneath, for instance. |
Yeah I have had the same dilemma when thinking about setting it up for RGB. But I could set the type up to use brightness, hue and saturation instead of just brightness and warmth. I will look into it. There are some problems with warmth slider already. Maybe I can fix these issues simultaneously. I don't know when though. There are a lot of stuff I would like to understand fully in the libraries that I use, so I can start using templating in the config. |
Sounds great! I'll take whatever I can get ❤️ |
I would like to use the slider for controlling color values for lights.
RGB
Hue
Saturation
etc...
The text was updated successfully, but these errors were encountered: