:right-sidebar: True DebugColorFlags =================================================================== .. currentmodule:: gi.repository.Gst .. class:: DebugColorFlags :no-contents-entry: These are some terminal style flags you can use when creating your debugging categories to make them stand out in debugging output. Fields ------ .. rst-class:: interim-class .. class:: DebugColorFlags :no-index: .. attribute:: BG_BLACK Use black as background color. .. attribute:: BG_BLUE Use blue as background color. .. attribute:: BG_CYAN Use cyan as background color. .. attribute:: BG_GREEN Use green as background color. .. attribute:: BG_MAGENTA Use magenta as background color. .. attribute:: BG_RED Use red as background color. .. attribute:: BG_WHITE Use white as background color. .. attribute:: BG_YELLOW Use yellow as background color. .. attribute:: BOLD Make the output bold. .. attribute:: FG_BLACK Use black as foreground color. .. attribute:: FG_BLUE Use blue as foreground color. .. attribute:: FG_CYAN Use cyan as foreground color. .. attribute:: FG_GREEN Use green as foreground color. .. attribute:: FG_MAGENTA Use magenta as foreground color. .. attribute:: FG_RED Use red as foreground color. .. attribute:: FG_WHITE Use white as foreground color. .. attribute:: FG_YELLOW Use yellow as foreground color. .. attribute:: UNDERLINE Underline the output.