Share via


VideoAttributes Enum

Definition

Lists the possible foreground and background colors, and blinking and intensity attributes of a video display on a Remote Order Display device.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum VideoAttributes
[<System.Flags>]
type VideoAttributes = 
Public Enum VideoAttributes
Inheritance
VideoAttributes
Attributes

Fields

Name Value Description
BackgroundBlack 0

Black background

ForegroundBlack 0

Black foreground

ForegroundBlue 1

Blue foreground

ForegroundGreen 2

Green foreground

ForegroundCyan 3

Cyan foreground

ForegroundRed 4

Red foreground

ForegroundMagenta 5

Magenta foreground

ForegroundBrown 6

Brown foreground

ForegroundGray 7

Gray foreground

Intensity 8

Intensity

BackgroundBlue 16

Blue background

BackgroundGreen 32

Green background

BackgroundCyan 48

Cyan background

BackgroundRed 64

Red background

BackgroundMagenta 80

Magenta background

BackgroundBrown 96

Brown background

BackgroundGray 112

Gray background

128

Blinking

Applies to