Blender  V3.3
Macros
BLI_console.h File Reference

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"
 

Detailed Description

Set of utility functions and constants to work with consoles.

Definition in file BLI_console.h.

Macro Definition Documentation

◆ TRUECOLOR_ANSI_COLOR_FINISH

#define TRUECOLOR_ANSI_COLOR_FINISH   "\x1b[0m"

Definition at line 21 of file BLI_console.h.

◆ TRUECOLOR_ANSI_COLOR_FORMAT

#define TRUECOLOR_ANSI_COLOR_FORMAT   "\x1b[38;2;%d;%d;%dm"

Definition at line 18 of file BLI_console.h.