Which statement best describes a radial gradient in Figma?
Think about how colors spread from the center in a circle.
A radial gradient starts from a center point and spreads outward in a circular or elliptical shape, blending colors smoothly.
Which of the following Figma fills shows a radial gradient effect?
Look for color changes spreading from the center outward.
Only option D describes a radial gradient where color changes radiate from the center outward.
Given a radial gradient with color stops at 0%, 50%, and 100%, what is the average position of the stops?
AveragePosition = AVERAGEX({0, 0.5, 1}, VALUE)Calculate the mean of the stop positions.
The average of 0, 0.5, and 1 is (0 + 0.5 + 1) / 3 = 0.5.
Which data model structure best represents a radial gradient with multiple color stops for BI reporting?
Think about how to store multiple stops per gradient efficiently.
Option A allows multiple stops per gradient with clear positions and colors, ideal for analysis.
A radial gradient in a BI dashboard is showing as a solid color instead of a smooth gradient. Which issue is most likely causing this?
Think about what happens if a gradient has only one color stop.
If only one color stop is defined, the fill appears as a solid color with no gradient effect.