VideoAttributes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
Blink | 128 | Blinking |