Convert RGB colors to FrameBuffer format

This commit is contained in:
2024-05-13 08:51:27 +02:00
parent e311cad8f7
commit 78424385fc
2 changed files with 44 additions and 7 deletions

View File

@@ -62,6 +62,10 @@ HlPutCharacter(IN ULONG PositionX,
IN ULONG Color,
IN WCHAR WideCharacter);
XTAPI
ULONG
HlRGBColor(IN ULONG Color);
XTFASTCALL
VOID
HlSetRunLevel(IN KRUNLEVEL RunLevel);