We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Port slider from LegionGoRemapper when there is an int setting with a tag named 'hue'
The text was updated successfully, but these errors were encountered:
so for hue, what values would you expect from the slider? the hue slider in LeGoRemapper currently actually has 4 values associated with it.
red, green, blue, and hue. rgb should be 0-255, hue i believe is 0 to 360. rgb are derived from the hue value
Sorry, something went wrong.
Implement it as an int slider which would have a min of 0 and a max of 360. Assume a tag named hue is in it.
I did have a color setting, but I think that complicates things.
No branches or pull requests
Port slider from LegionGoRemapper when there is an int setting with a tag named 'hue'
The text was updated successfully, but these errors were encountered: