OnTopReplica
OnTopReplica copied to clipboard
Allow sharp pixelated rendering
For pixel art games, it would be lovely if it was possible to enable "pixelated" rendering, i.e. no anti-aliasing or smoothing for the zoomed-in replica. Similar to image-rendering: pixelated;
in CSS.
I suspect this might be possible by applying System.Drawing.Drawing2D.SmoothingMode.None
and System.Drawing.Drawing2D.InterpolationMode.NearestNeighbor
.
that would be great