<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    <meta http-equiv="Content-Style-Type" content="text/css" />
    <meta name="GENERATOR" content="Quadralay WebWorks AutoMap 2003 for FrameMaker 8.0.6.2138" />
    <meta name="TEMPLATEBASE" content="CCC_Online_Help_v1.0" />
    <meta name="LASTUPDATED" content="08/02/05 11:03:05" />
    <title>Bit Depth</title>
    <link rel="StyleSheet" href="document.css" type="text/css" />
    <link rel="StyleSheet" href="catalog.css" type="text/css" />
<script type="text/javascript" language="JavaScript1.2" src="wwhdata/common/context.js"></script>
  <script type="text/javascript" language="JavaScript1.2" src="wwhdata/common/towwhdir.js"></script>
  <script type="text/javascript" language="JavaScript1.2" src="wwhdata/common/wwhpagef.js"></script>

  <script type="text/javascript" language="JavaScript1.2">
   <!--
    // Set reference to top level help frame
    //
    var  WWHFrame = WWHGetWWHFrame("");
   // -->
  </script>

    <script type="text/javascript" language="JavaScript1.2" src="scripts/expand.js"></script>
  </head>


  <body onLoad="WWHUpdate();" onUnload="WWHUnload();" onKeyDown="WWHHandleKeyDown((document.all||document.getElementById||document.layers)?event:null);" onKeyPress="WWHHandleKeyPress((document.all||document.getElementById||document.layers)?event:null);" onKeyUp="WWHHandleKeyUp((document.all||document.getElementById||document.layers)?event:null);">


<h2 class="pHeading2">
Bit Depth
</h2>

<p class="pBody">
Refers to the number of data bits required to store color information about a pixel. Larger bit depth means a greater range of color information is capable of being encoded into each pixel. For example, 1 binary bit of memory can only encode to either &quot;0&quot; or &quot;1.&quot; So a graphical bit depth of 1 means that the display can only show two colors, the black and white of a monochrome display. Four-bit color depth is capable of displaying 16 colors because there are only 16 different combinations of 4 bits (&quot;0000&quot;, &quot;0001&quot;, &quot;0010&quot;... to &quot;1111&quot;). Sixteen-bit color is capable of reproducing 65,536 colors, and 24-bit color can display up to 16,777,216 individual colors.
</p>



  <script type="text/javascript" language="JavaScript1.2">
   <!--
    // Clear related topics
    //
    WWHClearRelatedTopics();

   // -->
  </script>


<script type="text/javascript" language="JavaScript1.2">
   <!--
    document.write(WWHRelatedTopicsDivTag() + WWHPopupDivTag() + WWHALinksDivTag());
   // -->
  </script>

  </body>
</html>
