UI Blend Mode

Blend mode is like the following: 

You can find them in Photoshop, Illustrator, or some other software. 

https://cms-assets.tutsplus.com/uploads/users/1152/posts/25089/image/basic-guide-layer-modes.jpg

One day I wanna do the effect of blending in Unity, and I found there's no sufficient material online. 
All I found is the following asset: 

assetstore.unity.com

 


I thought it is powerful, but it's costly. 
But if you gonna use a lot of blending, maybe it's a good investment. 


Accidentally, I found there's some blending shader of UI included in the following package, the "Unity UI Extensions". 

 

bitbucket.org


And it's totally free while easily to apply! 
Here's the demonstration of the effect (Screenshot of my Game window)

f:id:fervor:20180626202250p:plain

 And here's the hierarchy and the inspector: 

f:id:fervor:20180626202552p:plain

 

Also, feel free to download this project from my github

github.com