svoid imageSurface_unpixelated(ImageSurface imageSurface) { imageSurface.interpolationMode = RenderingHints.RenderingHints.VALUE_INTERPOLATION_BILINEAR; repaint(imageSurface); }