ActionScript 2.0 Language Reference |
|
|
|
| ActionScript classes > capabilities (System.capabilities) > screenColor (capabilities.screenColor property) | |||
public static screenColor : String [read-only]
A string that indicates the screen color. This property can have the value "color", "gray" or "bw", which represents color, grayscale, and black and white, respectively. The server string is COL.
Availability: ActionScript 1.0; Flash Player 6
The following example traces the value of this read-only property:
trace(System.capabilities.screenColor);
|
|
|
|