0
0
Figmabi_tool~10 mins

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

Choose your learning style9 modes available
Sample Data

This table shows layers in a Figma design file and their assigned blur radius in pixels.

CellValue
A1Layer Name
B1Blur Radius (px)
A2Background
B20
A3Image
B35
A4Text
B410
Formula Trace
Layer Blur Effect = BLUR(Layer, Radius)
Step 1: BLUR(Background, 0)
Step 2: BLUR(Image, 5)
Step 3: BLUR(Text, 10)
Cell Reference Map
   A           B
1 Layer Name  Blur Radius
2 Background      0
3 Image           5
4 Text           10

Arrows: Blur radius values in column B are used to apply blur effect to layers in column A.
The blur radius values in column B are referenced to apply the blur effect to each layer named in column A.
Result
Layer Name   | Blur Radius | Visual Effect
------------------------------------------
Background   | 0           | Sharp, no blur
Image        | 5           | Moderate blur
Text         | 10          | Strong blur

This shows how each layer looks after applying the blur radius from the table.
The final visual effect on each layer depends on the blur radius. Higher radius means more blur.
Sheet Trace Quiz - 3 Questions
Test your understanding
What happens when the blur radius is set to 0?
ABlur radius defaults to 5
BMaximum blur is applied
CNo blur is applied
DLayer becomes invisible
Key Result
Layer Blur Effect applies a blur with specified radius in pixels to each layer.