Jump to content

Gradients in pixi4


trsh
 Share

Recommended Posts

Depends on your goals and the platforms you have to reach. Doing it in a filter is likely the best way but will only work in WebGL.

 

You can do it by just drawing a semi-transparent gradient to a canvas, using that as a texture for another sprite you add as a child to the original sprite. You can even mess with the blendMode to get the desired effect.

Link to comment
Share on other sites

6 minutes ago, xerver said:

Depends on your goals and the platforms you have to reach. Doing it in a filter is likely the best way but will only work in WebGL.

You can do it by just drawing a semi-transparent gradient to a canvas, using that as a texture for another sprite you add as a child to the original sprite. You can even mess with the blendMode to get the desired effect.

I also Plan for canvas. So filters won't be an option. Do have any example code for your 2rd and 3rd proposal? I did not get it this time.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...