aboutsummaryrefslogtreecommitdiffstats
path: root/UefiMonitorTest/Graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'UefiMonitorTest/Graphics.h')
-rw-r--r--UefiMonitorTest/Graphics.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/UefiMonitorTest/Graphics.h b/UefiMonitorTest/Graphics.h
index 44c72aa..503a222 100644
--- a/UefiMonitorTest/Graphics.h
+++ b/UefiMonitorTest/Graphics.h
@@ -79,6 +79,28 @@ typedef struct {
EFI_SIMPLE_POINTER_PROTOCOL *MouseInterface;
} GRAPHICS_CONTEXT;
+enum UMT_COLORS {
+ UMT_COLOR_BLACK = 0,
+ UMT_COLOR_WHITE,
+ UMT_COLOR_RED,
+ UMT_COLOR_LIME,
+ UMT_COLOR_BLUE,
+ UMT_COLOR_YELLOW,
+ UMT_COLOR_AQUA,
+ UMT_COLOR_MAGENTA,
+ UMT_COLOR_SILVER,
+ UMT_COLOR_GRAY,
+ UMT_COLOR_MAROON,
+ UMT_COLOR_OLIVE,
+ UMT_COLOR_GREEN,
+ UMT_COLOR_PURPLE,
+ UMT_COLOR_TEAL,
+ UMT_COLOR_NAVY,
+ UMT_COLOR_END
+};
+
+extern CONST GRAPHICS_PIXEL_COLOR gUmtColors[];
+
EFI_STATUS
PrepareGraphicsInfo (
IN GRAPHICS_CONTEXT *Graphics,