标签:style blog http color sp strong on 2014 log
【Shder中实现TintColor】
TintColor实现上相当于一个滤镜,若TintColor的R为0,则原图的R通道颜色应该为0。基于此,实现TintColor很容易,原图颜色直接乘以TintColor即可。
下图的_Color.rgb即为TintColor。
而TintColor的alpha可以作为亮度值,如下:
标签:style blog http color sp strong on 2014 log
原文地址:http://www.cnblogs.com/tekkaman/p/4153755.html