menu
xterm3 package
documentation
xterm.dart
Terminal
setBackgroundColorRgb method
setBackgroundColorRgb method
dark_mode
light_mode
setBackgroundColorRgb
method
void
setBackgroundColorRgb
(
int
r
,
int
g
,
int
b
)
inherited
Implementation
void setBackgroundColorRgb(int r, int g, int b) { _cursorStyle.setBackgroundColorRgb(r, g, b); }
xterm3 package
documentation
xterm
Terminal
setBackgroundColorRgb method
Terminal class