DebugColorFlags
Description:
[ CCode ( cprefix = "GST_DEBUG_" , type_id = "gst_debug_color_flags_get_type ()" ) ]
[ Flags ]
public enum DebugColorFlags
These are some terminal style flags you can use when creating your debugging categories to make them stand out in debugging output.
Content:
Enum values:
- BG_BLACK - Use black as
background color.
- BG_BLUE - Use blue as
background color.
- BG_CYAN - Use cyan as
background color.
- BG_GREEN - Use green as
background color.
- BG_MAGENTA - Use magenta as
background color.
- BG_RED - Use red as background
color.
- BG_WHITE - Use white as
background color.
- BG_YELLOW - Use yellow as
background color.
- BOLD - Make the output bold.
- FG_BLACK - Use black as
foreground color.
- FG_BLUE - Use blue as
foreground color.
- FG_CYAN - Use cyan as
foreground color.
- FG_GREEN - Use green as
foreground color.
- FG_MAGENTA - Use magenta as
foreground color.
- FG_RED - Use red as foreground
color.
- FG_WHITE - Use white as
foreground color.
- FG_YELLOW - Use yellow as
foreground color.
- UNDERLINE - Underline the
output.