HTML DOM bufferDepth özelliği
tanım ve kullanım
bufferDepth özelliği, off-screen bitmap buffer'da paletin bit derinliğini ayarlar veya döndürür.
gramer
screen.bufferDepth=number
Örnek
<html> <body> <script type="text/javascript"> document.write("<p>Buffer Depth: ") document.write(screen.bufferDepth + "</p>") </script> </body> </html>