Top "Blur" questions

The visual effect.

Attaching to jQuery Datepicker Blur Event

I'm working on a jQuery plugin for use with textboxes and I would like it to work with jQueryUI widgets …

jquery jquery-ui javascript-events datepicker blur
How do I use a GLSL shader to apply a radial blur to an entire scene?

I have a radial blur shader in GLSL, which takes a texture, applies a radial blur to it and renders …

opengl glsl blur
The method getWindow() is undefined for the type AlertDialog.Builder

Idea taken from Android: Blurring and dimming background windows from dialog. I'm having trouble getting the content under my dialog …

java android android-alertdialog blur
WPF: Why does text and elements blur if I use dropshadow effect on a parent item

If I add a DropShadowEffect to an parent element the text of the child elements are blurred. Why? <Grid&…

wpf xaml blur dropshadow
How to prevent Android's drawBitmap from only drawing black images?

As per the original question, The end result is a rounded-rect png in an ImageView with a natural looking drop …

android paint blur shadow drawbitmap
AngularJS submit on blur and blur on keypress

I want to submit some data to the server when a input field is blurred. The User should also be …

angularjs keypress blur
How to Blur effect apply on UIView in iOS?

In my application i want to apply blur effect on uiview.So how can i achive blur effect. I tried …

ios objective-c uiview blur uiblureffect
OS X Yosemite menu background blur in CSS

I'm looking for a way to get the blurry background effect of OS X 10.10 working in css. Blurring with filter:…

css filter blur effect
Frosted Glass Effect in JavaFX?

I'm making an iOS7-themed JavaFX2/FXML project and I was wondering how I could make a Rectangle object have …

java user-interface ios7 javafx-2 blur
Android, Blur Bitmap instantly?

So I'm trying to blur an image as fast as possible(instant feel like), as the activity needs to be …

java android algorithm bitmap blur