-
Rate limit · GitHub Access has been restricted
You have triggered a rate limit.
Please wait a few minutes before you try again;
in some cases this may take up to an hour. -
Notifications
You must be signed in to change notification settings - Fork 216
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
Backend: SpecialColor translation #2854
Conversation
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
One or more Detekt Failures were detected:
|
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
One or more Detekt Failures were detected:
|
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
One or more Detekt Failures were detected:
|
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
One or more Detekt Failures were detected:
|
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
One or more Detekt Failures were detected:
|
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
One or more Detekt Failures were detected:
|
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
Conflicts have been resolved! 🎉 |
… object Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
I have detected some issues with your pull request: Body issues: Please fix these issues. For the correct format, refer to the pull request template. |
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
One or more Detekt Failures were detected:
|
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
One or more Detekt Failures were detected:
|
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
# Conflicts: # src/main/java/at/hannibal2/skyhanni/features/minion/MinionFeatures.kt
Conflicts have been resolved! 🎉 |
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
What
This Pull Request translates to kotlin and improves the SpecialColor.java file.
It also moves code that still use the old specialToChromaRGB() method to the updated one.
Changelog Technical Details
ColorUtils.toChromaColor()
methods and moved them to SpecialColor. - j10a1n15