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

Filters.blend is not having all the supported types of blending #40

Open
shamansir opened this issue May 11, 2020 · 0 comments
Open

Filters.blend is not having all the supported types of blending #40

shamansir opened this issue May 11, 2020 · 0 comments

Comments

@shamansir
Copy link

shamansir commented May 11, 2020

type Mode
= ModeNormal
| ModeMultiply
| ModeScreen
| ModeDarken
| ModeLighten

See the Mode type: There's only normal, multiply, screen, darken, lighten, but the actual supported blends are also color, color-dodge, color-burn, difference and many more, there's a full list: https://developer.mozilla.org/en-US/docs/Web/CSS/blend-mode

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

1 participant