queryColorPalette method
Queries a color from the terminal palette.
Implementation
void queryColorPalette(int index) {
_buf.write('\x1b]4;$index;?\x1b\\');
}
Queries a color from the terminal palette.
void queryColorPalette(int index) {
_buf.write('\x1b]4;$index;?\x1b\\');
}