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
The tint() method always returns white. For example, Colors.red.tint(10) returns white.
tint()
Colors.red.tint(10)
The text was updated successfully, but these errors were encountered:
Fixes issues TinyCommunity#2 and TinyCommunity#10 in FooStudio/tinycolor
797606a
Merge pull request #5 from dsyrstad/master
ee3ab47
Fixes issues #2, #6, and #10 on FooStudio/tinycolor
Merge pull request FooStudio#10 from TinyCommunity/hotfix/security-po…
2d25c26
…licy Create SECURITY.md
No branches or pull requests
The
tint()
method always returns white. For example,Colors.red.tint(10)
returns white.The text was updated successfully, but these errors were encountered: