Gst.DebugColorFlags
These are some terminal style flags you can use when creating your debugging categories to make them stand out in debugging output.
- DebugColorFlags.FG_BLACK
Use black as foreground color.
- DebugColorFlags.FG_RED
Use red as foreground color.
- DebugColorFlags.FG_GREEN
Use green as foreground color.
- DebugColorFlags.FG_YELLOW
Use yellow as foreground color.
- DebugColorFlags.FG_BLUE
Use blue as foreground color.
- DebugColorFlags.FG_MAGENTA
Use magenta as foreground color.
- DebugColorFlags.FG_CYAN
Use cyan as foreground color.
- DebugColorFlags.FG_WHITE
Use white as foreground color.
- DebugColorFlags.BG_BLACK
Use black as background color.
- DebugColorFlags.BG_RED
Use red as background color.
- DebugColorFlags.BG_GREEN
Use green as background color.
- DebugColorFlags.BG_YELLOW
Use yellow as background color.
- DebugColorFlags.BG_BLUE
Use blue as background color.
- DebugColorFlags.BG_MAGENTA
Use magenta as background color.
- DebugColorFlags.BG_CYAN
Use cyan as background color.
- DebugColorFlags.BG_WHITE
Use white as background color.
- DebugColorFlags.BOLD
Make the output bold.
- DebugColorFlags.UNDERLINE
Underline the output.