此内容没有您所选择的语言版本。
function::ansi_set_color2
Name
function::ansi_set_color2 — Set the ansi Select Graphic Rendition mode.
Synopsis
function ansi_set_color2(fg:long,bg:long)
function ansi_set_color2(fg:long,bg:long)
Arguments
fg
- Foreground color to set.
bg
- Background color to set.
General Syntax
ansi_set_color2(fg:long, bg:long)
Description
Sends ansi code for Select Graphic Rendition mode for the given forground color, Black (30), Blue (34), Green (32), Cyan (36), Red (31), Purple (35), Brown (33), Light Gray (37) and the given background color, Black (40), Red (41), Green (42), Yellow (43), Blue (44), Magenta (45), Cyan (46), White (47).