HTML DOM bufferDepth ominaisuus

Määrittely ja käyttö

bufferDepth ominaisuus asettaa tai palauttaa off-screen bitmap bufferin väripaletin bittitarkkuuden.

语法

screen.bufferDepth=number

Esimerkki

<html>
<body>
<script type="text/javascript">
document.write("<p>Buffer Depth: ")
document.write(screen.bufferDepth + "</p>")
</script>
</body>
</html>