private void Clear() { Clear(Pixel.defaultColor()); }
public void drawString(int x, int y, string s) { drawString(x, y, s, Pixel.defaultColor()); }