InterviewSolution
Saved Bookmarks
| 1. |
Which of the following specify the approximate range of colors?(a) max-color-index(b) max-color(c) color-index(d) color-gamut |
|
Answer» Correct choice is (d) color-gamut The explanation is: The approximate range of colors that are supported by user agent and output device is specified by color-gamut, the number of colors the device can display is specified by color-index, the maximum number of bits per color component for the output device is specified by max-color. |
|