Skip to content
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

Torque does not return negative values #268

Open
martinburch opened this issue Aug 15, 2016 · 1 comment
Open

Torque does not return negative values #268

martinburch opened this issue Aug 15, 2016 · 1 comment

Comments

@martinburch
Copy link

martinburch commented Aug 15, 2016

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?

@andy-esch
Copy link
Contributor

values outside of 0 - 255 are clamped to that range. To use negative values, the input domain has to be mapped to 0-255.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants