-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Blend modes #785
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
Blend modes #785
Conversation
…ssuming a greyscale value)
…at doesnt exist, now returns a valid rgba value
Cool concept! |
That is frickin awesome mayne! MERGE THIS BINNESS @cloudhead!!! |
Thanks for the positive feedback. I wrote out detailed documentation in the README file of the branch: https://github.com/timhettler/less.js/tree/blend-modes ...And you can look around in the source files of the demo to see how it's implemented. As I mention in the README file, more blend modes could easily be added if there's interest. |
This is awesome, can wait to get this merged in. We badly need blend modes and extend in LESS. please merge this @cloudhead |
This is cool. I like it. |
This would be a great addition to LESS. Can't wait for this to be merged! |
WOW!!! Looking forward to getting this in the next version! Thanks!! |
Isn't this a duplicate of #596? There are quite a lot of cool things sitting in pull requests, twiddling their thumbs... |
Hi, I'm going to close this soon if someone doesn't object. It appears to us like #596 offers everything here in a nicer format (and was submitted first).. speak now or forever hold your peace! |
I've implemented a "blend" function that reproduces the 3 most commonly-used blend-modes (multiply, screen, overlay). Especially helpful when translating designs with a gradient overlay from Photoshop to CSS. My demo page illustrates this use case:
http://timhettler.github.com/less.js/
Please contact me if you have any questions, or suggestions on how to make this function better. Thanks!