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

Fix access to quota values #9

Merged
merged 2 commits into from Dec 8, 2015
Merged

Fix access to quota values #9

merged 2 commits into from Dec 8, 2015

Conversation

maptastik
Copy link
Contributor

Moving quotaRed, quotaGreen, quotaBlue, and quotaDivider values into the options object was resulting in breaking errors for me. Those values could not be accessed as written. I think because they were being treated as variable rather than values in an object. This pull request seeks to:

  • Continue exposing the quota values as options
  • Make it so the the quota values are accessed as values in an object rather than variables.
  • Add an option, quotaDividerTune that allows one to adjust quotaDivider and thus the darkness or brightness of the grayscale output

@Zverik
Copy link
Owner

Zverik commented Dec 8, 2015

Looks good. Thanks for supporting this :)

Zverik added a commit that referenced this pull request Dec 8, 2015
@Zverik Zverik merged commit f71e72e into Zverik:master Dec 8, 2015
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

Successfully merging this pull request may close these issues.

None yet

2 participants