Draw a pixel using geometry Can be slow, use with care
Can be slow, use with care
void DrawPixel(int posX, int posY, ColorC color) => _DrawPixel(posX, posY, color);