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

rgba function breaks on incoming 8bit ints #43

Closed
ewerybody opened this issue Sep 3, 2019 · 1 comment · Fixed by #40
Closed

rgba function breaks on incoming 8bit ints #43

ewerybody opened this issue Sep 3, 2019 · 1 comment · Fixed by #40
Assignees
Labels
Milestone

Comments

@ewerybody
Copy link
Contributor

If you write QSS right away you might also want 0 to 255 values as alpha which is not CSS conform!

So the rgba function will turn 128 to 12800%.

... oh while writing this I fixed it already. Had problems with the debugger first. But this is solved now as well 🌈.
By that way I separated the rgba test functions...

This might also be in the PR, right?

@goanpeca
Copy link
Member

goanpeca commented Sep 3, 2019

This might also be in the PR, right?

Sure!

@goanpeca goanpeca added this to the 0.2.0 milestone Sep 4, 2019
@goanpeca goanpeca self-assigned this Sep 4, 2019
@ewerybody ewerybody changed the title rgba function breaks on incoming 8bin ints rgba function breaks on incoming 8bit ints Sep 4, 2019
@goanpeca goanpeca closed this as completed Sep 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants