You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.
I'm creating this discussion to know if this is intended behavior or a bug.
Basically, if the active profile has the Color by battery % enabled on the lightbar settings, then when setting a custom color in the main controllers tab, the selected Custom color will not be the actual color of the controllers light bar. Instead, it will be used in the getTransitionedColor function, with the resulting color probably being different from the selected depending on the controller's battery %.
I wonder if this is intended behavior because When I think of the custom color option I get the impression that the resulting lightbar color should be exactly what is selected, regardless of the profile settings.
EDIT 1
After actually reading and interpreting the code I see that is intended behaviour, though my question remains: when using a custom color, shouldn't it be directly used instead of it being used in the getTransitionedColor function?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm creating this discussion to know if this is intended behavior or a bug.
Basically, if the active profile has the
Color by battery %
enabled on the lightbar settings, then when setting a custom color in the maincontrollers
tab, the selected Custom color will not be the actual color of the controllers light bar. Instead, it will be used in thegetTransitionedColor
function, with the resulting color probably being different from the selected depending on the controller's battery %.I wonder if this is intended behavior becauseWhen I think of the custom color option I get the impression that the resulting lightbar color should be exactly what is selected, regardless of the profile settings.EDIT 1
After actually reading and interpreting the code I see that is intended behaviour, though my question remains: when using a custom color, shouldn't it be directly used instead of it being used in the
getTransitionedColor
function?Beta Was this translation helpful? Give feedback.
All reactions