Sets a single cell at (x, y) using alpha blending.
void setCell(int x, int y, String char, Color fg, Color bg, int attributes) { setCellWithAlphaBlending(x, y, char, fg, bg, attributes); }