question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Alpha Filter + Custom Filter giving incorrect result

See original GitHub issue

Current Behavior

I have a particular combination of Containers and Sprites in which Alpha Filter and a Custom Filter (Blend filter) are applied on different nodes of the subtree

For this combination I’m getting incorrect result

Container(Alpha Filter)->Container->Sprite(Blend Filter)

JS Fiddle: https://jsfiddle.net/68gnxsmk/31/

Without Alpha Filter: Screenshot 2021-05-26 at 9 29 11 AM

With Alpha Filter: Screenshot 2021-05-26 at 9 29 21 AM

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
ivanpopelyshevcommented, May 31, 2021

@melwyn95 pixi-picture package is now @pixi/picture , its BlendFilter works with v6.

0reactions
melwyn95commented, May 28, 2021

Thanks a lot @ivanpopelyshev for the answer, As this is the expected behaviour, I’m closing this issue

Read more comments on GitHub >

github_iconTop Results From Across the Web

Advanced Filter Examples in Google Sheets - Ben Collins
In this example I have 10 rows of data in columns A and B, as follows, and I want to retrieve all of...
Read more >
How to Use Advanced Filters in Excel - YouTube
In addition to the built-in AutoFilters in Excel, you can create Advanced Filters that allow you to extract unique records or calculate ...
Read more >
Filter all rows that do not contain letters (alpha) in ´pandas
I think you'd need str.contains to filter values which contain letters by the means of boolean indexing :
Read more >
What You Need to Know Before Writing a Custom Filter
Provides an overview and explains how to use and create image filters and image units.
Read more >
filter - CSS: Cascading Style Sheets - MDN Web Docs - Mozilla
The filter CSS property applies graphical effects like blur or color shift to an element. Filters are commonly used to adjust the rendering ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found