Project

General

Profile

$screenb » History » Revision 2

Revision 1 (Per Amundsen, 08/11/2015 10:55 AM) → Revision 2/4 (Per Amundsen, 08/11/2015 10:55 AM)

_Added in 1.8.2_ 

 *$screenb* 

 Returns the bit depth of the first screen found. 

 ----------------------------------------------------------------------------- 

 *$screenb(N)* 

 Returns the bit depth the Nth screen found. 

 *Parameters* 

 N - If N = 0, the number of screens found, otherwise the Nth screen. 

 *Example* 

 <pre> 
 ; Print number of screens. 
 //echo -ag $screenb(0) 

 ; Print the bith depth of the first screen found. 
 //echo -ag $screenb(1) 
 </pre>