Module: Gst::DebugColorFlags

Defined in:
(unknown)

Constant Summary collapse

FG_BLACK =

Use black as foreground color.

0 or :fg_black
FG_RED =

Use red as foreground color.

1 or :fg_red
FG_GREEN =

Use green as foreground color.

2 or :fg_green
FG_YELLOW =

Use yellow as foreground color.

3 or :fg_yellow
FG_BLUE =

Use blue as foreground color.

4 or :fg_blue
FG_MAGENTA =

Use magenta as foreground color.

5 or :fg_magenta
FG_CYAN =

Use cyan as foreground color.

6 or :fg_cyan
FG_WHITE =

Use white as foreground color.

7 or :fg_white
BG_BLACK =

Use black as background color.

0 or :bg_black
BG_RED =

Use red as background color.

16 or :bg_red
BG_GREEN =

Use green as background color.

32 or :bg_green
BG_YELLOW =

Use yellow as background color.

48 or :bg_yellow
BG_BLUE =

Use blue as background color.

64 or :bg_blue
BG_MAGENTA =

Use magenta as background color.

80 or :bg_magenta
BG_CYAN =

Use cyan as background color.

96 or :bg_cyan
BG_WHITE =

Use white as background color.

112 or :bg_white
BOLD =

Make the output bold.

256 or :bold
UNDERLINE =

Underline the output.

512 or :underline