Google News
logo
Computer Graphics - Quiz(MCQ)
Which of the following algorithm is used to fill the interior of a polygon?
A)
Boundary fill algorithm
B)
Scan line polygon fill algorithm
C)
Flood fill algorithm
D)
All of the above

Correct Answer :   Flood fill algorithm


Explanation : When the boundary is of many colors and the interior is to be filled with one color, the flood fill algorithm is used.

Advertisement