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
Way down in the Torque Category documentation, it's noted in -torque-aggregation-function that "Torque does not return negative values"
-torque-aggregation-function
The behavior appears to be that all negative values are converted to 0.
0
Why doesn't Torque return negative values? Can this be fixed?
The text was updated successfully, but these errors were encountered:
values outside of 0 - 255 are clamped to that range. To use negative values, the input domain has to be mapped to 0-255.
Sorry, something went wrong.
No branches or pull requests
Way down in the Torque Category documentation, it's noted in
-torque-aggregation-function
that "Torque does not return negative values"The behavior appears to be that all negative values are converted to
0
.Why doesn't Torque return negative values? Can this be fixed?
The text was updated successfully, but these errors were encountered: