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