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 Aug 6, 2021. It is now read-only.
I've looked into this issue and I'm sorry, but I won't change anything to fix this.
Every change would break the "default"-brush-behavior, which is way more important to me than individual color changes (which isn't the recommended way to work with CUE.NET anyway).
I think the workaround to enable individual color changes by calling
I thought about this too, but it's only a solution if the colors are set for every call to update. As soon as a update is triggered (which is happening all the time if UpdateMode.Continuous is used) it'll overwrite the colors again.
The only way around this is to use locks, but they work without that fix too.
I've already added a line to the example showing how to "enable" individual color changing.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Updating individual colors is broken because of
c4ac6f0#diff-caac9f90950af58ae566e770d533738aR209
ApplyColorData(_colorDataSave) overwriting the LedMapping's state no matter what.
Tested using Corsair k70 RGB.
Workaround: apply a brush before updating individual key colors.
The text was updated successfully, but these errors were encountered: