◄MSGraph► ◄Contents► ◄Index► ◄Back► CONST { _VideoConfig monitor values } _Mono = $0001; { Monochrome } _Color = $0002; { Color or Enhanced emulating color } _EnhColor = $0004; { Enhanced Color } _AnalogMono = $0008; { Analog Monochrome only } _AnalogColor = $0010; { Analog Color only } _Analog = $0018; { Analog Monochrome and Color modes } Unit: MSGraph Context: _GetVideoConfig Description These constants can be used to determine the type of monitor in operation by using either simple comparisons or the bitwise operator AND.