Set foreground color at the specified coordinates
void setForeground(int x, int y, Color color) { final index = _getIndex(x, y); _writeRgba(foregrounds, index, color); }