Skip to main content

Questions tagged [blur]

The visual effect. For the JavaScript "loss of focus"-event, use [onblur].

blur
1 vote
0 answers
20 views

Flutter - I need to make a qrcode screen, where the background must be blurred, and the center of the screen cleaned

I managed to add the effect I wanted, but it only works on Android devices, on IOS the blur effect is on the entire screen. my code and prints: Page: class HomePayQrcodePage extends StatelessWidget { ...
Matheus Angelicio's user avatar
1 vote
0 answers
103 views

"Blur behind" like effect for TPanel

I want to make a TPanel with a blur effect which is like a glass effect that Windows 7 (Aero) had. The goal is to be a visual component that shows what is behind it but blurred, which is common in web/...
snowdev's user avatar
  • 31
-1 votes
1 answer
32 views

How to add a Blur Filter to SVG Element in CSS [closed]

I'm trying to add a blur effect to an SVG element. I attempted using within the SVG but changing the values of stdDeviation doesn't seem to produce any changes. How can I properly apply a blur filter ...
farhan ajmal's user avatar
0 votes
0 answers
14 views

Filter-Less Harvard CS50 Course Blur Function Trouble - What is the problem?

Here is what I currently have for my blur function. I keep trying to test cases in my mind and I can't find the issue with my logic. But obviously there's something, so can anyone else spot it?? ...
SebastianAltomare's user avatar
3 votes
2 answers
76 views

Is there a way in javascript to reduce the blur of an image in steps through a loop and a variable?

I am trying something like this: let str = 10; let blu = "px"; let val = ""; function check() { if(a < b){ str = str - 6; if (str<0){str = 0} val = str+blu; ...
Nihal's user avatar
  • 43
1 vote
1 answer
37 views

Why do the QGraphicsBlurEffect makes my QGraphicsView not work?

I am using the QGraphicsView widget on PyQt5 and I created some custom QGraphicsItems. When I instantiate without any effect my items, I get this : When I add those three lines : blur = ...
Kaki In's user avatar
  • 39
2 votes
1 answer
59 views

How can I properly use blur to multiple elements with an exception of one using javascript

Is there a way to blur the all the background elements except the clicked box. Reason why the background element needed to be blurred is that I want the clicked box to be the focal point. I tried some ...
Obsidia's user avatar
  • 109
0 votes
1 answer
54 views

Issue with Backdrop blur on Chrome

I am trying to apply a backdrop blur on the header of my website (Made with NextJS and Tailwind). It works great on Firefox, Safari... However, on Chrome, it is just random. sometimes, I catch it ...
toaster's user avatar
0 votes
0 answers
30 views

Conditioning the BlurView on Android devices - React Native

I just wan't to get some feedbacks about rendering BlurView on low level devices. I like to use Blur effect in some components. They works pretty well on IOS devices since IOS handles the drawing such ...
Bayram's user avatar
  • 485
0 votes
0 answers
40 views

How to fix android blur does not looks like iOS blur (expo-blur)

Im using expo react natve to build my app, ViewBlur to use blur on camera page when user need to see loading so he will see the camera blur(change orientation etc.) the problem is in iOS its looks ...
Razz's user avatar
  • 21
0 votes
0 answers
25 views

Is there a way to capture the screen while electron app applies blur?

so I have been trying to develop a code in which I have an invisible electron app which functions with window blur, the person who is the owner of the computer can see anything on the computer but ...
Ucurum Jeangruksa's user avatar
0 votes
2 answers
80 views

How to apply blur effect to content under ActionBar in Jetpack Compose?

So far I have a simple Scafold with a transparent ActionBar & StatusBar, and my content scrolls nicely under both bars, including a scrollBehavior to change the top color to a transparent black. ...
ssantos's user avatar
  • 16.4k
0 votes
0 answers
48 views

Blurring already drawn objects raylib?

I'm currently working on the menu for a game in raylib where I want to have the below function to be able to be blurred after it is drawn (meaning, after calling the function). void drawBoard(Color ...
Gabesz's user avatar
  • 1
1 vote
1 answer
55 views

Flutter blurring image results in color bleed through rounded corners with ImageFilter.blur(). Full widget blur issue

I am trying to create a simple container widget that has rounded corners and a blurred background image. However the BackdropFilter and ImageFilter.blur() reacts poorly with creating a widget blurred ...
Ian Shingler's user avatar
0 votes
1 answer
31 views

MedianBlur gives error when I put it in another function [closed]

I am doing image processing with cv2 in python. Here is my code: import cv2 import numpy as np import tkinter.filedialog as fd def use_clahe(l_channel, cliplimit): clahe = cv2.createCLAHE(...
programer's user avatar

15 30 50 per page
1
2 3 4 5
130