The depth of color supported by the current display mode.
<display>
display.name.colorDepth
Read Only
integer
This reports the number of bits of color in the current display mode.
The following displays the value of colorDepth in a text stimulus:
<text myText>
/ items= ("colorDepth = <% display.colorDepth %>")
</text>
The following displays the value of colorDepth in an instruction page:
<page myPage>
ColorDepth = <% display.colorDepth %>
</page>