1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-08 14:55:12 +00:00
QB64-PE/internal/support/color/color0_noprefix.bi
2023-09-03 21:41:58 -04:00

20 lines
432 B
Plaintext

'$COLOR:0
'Color constants for text mode, when using $NOPREFIX
CONST Black~%% = 0
CONST NP_Blue~%% = 1
CONST NP_Green~%% = 2
CONST Cyan~%% = 3
CONST NP_Red~%% = 4
CONST Magenta~%% = 5
CONST Brown~%% = 6
CONST White~%% = 7
CONST Gray~%% = 8
CONST LightBlue~%% = 9
CONST LightGreen~%% = 10
CONST LightCyan~%% = 11
CONST LightRed~%% = 12
CONST LightMagenta~%% = 13
CONST Yellow~%% = 14
CONST BrightWhite~%% = 15
CONST NP_Blink~%% = 16