Getting color information about the screen

suggest change

To determine the color and pixel depths of the screen:

var pixelDepth = window.screen.pixelDepth,
    colorDepth = window.screen.colorDepth;

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents