dotOff method

void dotOff(
  1. int X,
  2. int Y
)

Turns off a dot.

Implementation

void dotOff(int X, int Y) => bitOff(bit(X, Y));