0
0
Figmabi_tool~10 mins

Background blur in Figma - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

This data shows examples of images or backgrounds with different blur radius values applied to create a background blur effect in a BI dashboard design.

CellValue
A1Original Image
B1Blur Radius
C1Blurred Image Preview
A2Sales Chart
B210
C2Sales Chart with 10px blur
A3Map Background
B320
C3Map Background with 20px blur
Formula Trace
ApplyBackgroundBlur(OriginalImage, BlurRadius)
Step 1: OriginalImage = 'Sales Chart'
Step 2: BlurRadius = 10
Step 3: ApplyBackgroundBlur('Sales Chart', 10)
Cell Reference Map
   A               B           C
1| Original Image  Blur Radius  Blurred Image Preview
2| Sales Chart    10           Sales Chart with 10px blur
3| Map Background 20           Map Background with 20px blur

References: A2 (Original Image), B2 (Blur Radius) feed into the blur effect in C2.
Cells A2 and B2 provide the original image and blur radius values used to create the blurred image preview in C2.
Result
   A               B           C
1| Original Image  Blur Radius  Blurred Image Preview
2| Sales Chart    10           Sales Chart with 10px blur
3| Map Background 20           Map Background with 20px blur
The final result shows the original images with their respective blur radius applied, producing blurred background previews in column C.
Sheet Trace Quiz - 3 Questions
Test your understanding
What does the blur radius value control in the background blur effect?
AHow much the background image is blurred
BThe size of the original image
CThe color of the background
DThe brightness of the image
Key Result
ApplyBackgroundBlur takes an original image and a blur radius, then returns the image with that blur applied.