InterviewSolution
Saved Bookmarks
| 1. |
Which value specifies the number of colors the device can display?(a) color-index(b) color-gamut(c) color(d) max-color |
|
Answer» Right answer is (a) color-index For explanation I would say: The number of colors the device can display is specified by color-index, color-gamut specifies the approximate range of colors that are supported by a user agent and output device. The number of bits per color component for the output device is specified by color value. |
|