Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: camelord on January 14, 2015, 05:42:54 PM

Title: Blur UISprite
Post by: camelord on January 14, 2015, 05:42:54 PM
Hi,
i use UISprite to show Sprites.
I need to blur a sprite for an overlay effect.
I cannot find anything out of the box, so the only way is calculating with the gaussian blur algorythm.
For that i need the Color of each pixel.

How can i get that like on Texture2D the GetPixel(..) Function?

camelord