Determines the type of the current screen.
#include <screen.h>
void ReturnScreenType (
unsigned long *type,
unsigned long *colorFlag);
(OUT) Points to the screen type. For a list of supported values, see Section 23.4, Screen Types.
(OUT) Returns true if the screen is color, and returns false if the screen is black and white.