colorDepth
<script type="text/javascript"> function profCor() { alert('Color depth é: ' + screen.colorDepth + ' bit/pixel'); } <script>
... <button onclick="profCor()">Color Depth</button> ...
Arquivos exemplo: « anterior | próximo »