Author Topic: Blur UISprite  (Read 2787 times)

camelord

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 11
    • View Profile
Blur UISprite
« 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