|
Blender V4.3
|
Set of utility functions and constants to work with consoles. More...
Go to the source code of this file.
Macros | |
| #define | TRUECOLOR_ANSI_COLOR_FORMAT "\x1b[38;2;%d;%d;%dm" |
| #define | TRUECOLOR_ANSI_COLOR_FINISH "\x1b[0m" |
Set of utility functions and constants to work with consoles.
Definition in file BLI_console.h.
| #define TRUECOLOR_ANSI_COLOR_FINISH "\x1b[0m" |
Definition at line 22 of file BLI_console.h.
Referenced by blender::deg::color_end().
| #define TRUECOLOR_ANSI_COLOR_FORMAT "\x1b[38;2;%d;%d;%dm" |
Definition at line 19 of file BLI_console.h.
Referenced by blender::deg::color_for_pointer().