Crystaltech web hosting - Error! No text of specified style in document.
Error! No text of specified style in document. Screen.bufferDepth (Property) The pixel Z-depth for the off-screen buffer. Availability: JScript 3.0 Internet Explorer 4.0 Property/method value type: Number primitive JavaScript syntax: IE myScreen.bufferDepth This property is important if you are trying to match colors properly. Knowing that you have a limited display palette available means you can optimize your content accordingly. Screen.colorDepth (Property) The number of bits available to resolve color values. Availability: JavaScript 1.2 JScript 3.0 Internet Explorer 4.0 Netscape 4.0 Opera 5.0 Property/method value type: Number primitive JavaScript syntax: -myScreen.colorDepth To establish the number of available colours, raise the value 2 to the power of this value. The technical description of this value is that it is the base-2 logarithm of the number of colours available. You will likely get one of the following values: . 1 bit black and white . 8 bits 256 colours . 16 bits thousands of colours . 24 bits millions of colours . 32 bits millions of colours (possibly with transparency thrown in) Other values are possible but unlikely. Property attributes: ReadOnly. 1865