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

Convert blend mode filters to extensions #9745

Merged
merged 5 commits into from
Oct 6, 2023
Merged

Conversation

Zyie
Copy link
Member

@Zyie Zyie commented Oct 6, 2023

advanced blend modes are now extensions that will need to be imported in order to be used as a string

e.g

import { extensions, VividLightBlend } from 'pixi.js'

extensions.add(VividLightBlend)

container.blendMode = 'vivid-light'

@Zyie Zyie added the v8 label Oct 6, 2023
@codesandbox-ci
Copy link

codesandbox-ci bot commented Oct 6, 2023

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 225832e:

Sandbox Source
pixi.js-sandbox Configuration

@Zyie Zyie added this to the v8.0.0-beta.4 milestone Oct 6, 2023
@Zyie Zyie merged commit f80a4dc into next-v8 Oct 6, 2023
3 checks passed
@Zyie Zyie deleted the blendmode-extensions branch October 6, 2023 15:58
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 this pull request may close these issues.

None yet

2 participants