You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary>Reports the number of colors the screen can display.</summary>
<examples>
<example>set the label of button "Color Mode" to the bufferMode</example>
</examples>
<description>
<p>Use the <b>bufferMode</b> <glossary tag="property">property</glossary> to determine the color capacity of the screen. For example, you might display different <glossary tag="image">images</glossary> depending on the number of colors available.</p><p/><p><b>Value:</b></p><p>The <b>bufferMode</b> <glossary tag="property">property</glossary> reports "millions" (for 32-bit or 24-bit color), "thousands" (for 16-bit color), or the number of colors.</p><p/><p>This property is read-only and cannot be set.</p><p/><p><b>Comments:</b></p><p>If the system has more than one monitor, the <b>bufferMode</b> <glossary tag="property">property</glossary> reports the number of colors displayed on the main screen.</p><p/><p>The value reported by the <b>bufferMode</b> <glossary tag="property">property</glossary> is updated only when you start up the <glossary tag="application">application</glossary>. If you change the screen settings after starting up the <glossary tag="application">application</glossary>, you must quit and restart to update the <b>bufferMode</b>.</p>