Bird
0
0

Which of the following is the correct way to write a contrast filter with a value of 1.5 in Figma's CSS-like filter syntax?

easy🧠 Conceptual Q3 of 15
Figma - Images and Effects
Which of the following is the correct way to write a contrast filter with a value of 1.5 in Figma's CSS-like filter syntax?
Afilter: contrast: 1.5;
Bfilter: contrast = 1.5;
Cfilter: contrast 1.5;
Dfilter: contrast(1.5);
Step-by-Step Solution
Solution:
  1. Step 1: Recall CSS filter syntax

    Filters use the format filter: filterName(value);.
  2. Step 2: Apply correct syntax for contrast

    The correct syntax is filter: contrast(1.5);.
  3. Final Answer:

    filter: contrast(1.5); -> Option D
  4. Quick Check:

    Correct filter syntax uses parentheses [OK]
Quick Trick: Use parentheses for filter values [OK]
Common Mistakes:
MISTAKES
  • Using equal sign instead of parentheses
  • Omitting parentheses around value
  • Using colon inside parentheses

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Figma Quizzes