Py5Graphics.pixel_density#

Get the pixel density of the Py5Graphics drawing surface.

Description#

Get the pixel density of the Py5Graphics drawing surface. By default this is 1 but it can be changed by calling pixel_density() in settings().

When the pixel density has been set to more than 1, it changes all of the pixel operations including the way Py5Graphics.get_pixels(), Py5Graphics.set_pixels(), Py5Graphics.blend(), Py5Graphics.copy(), Py5Graphics.update_pixels(), and Py5Graphics.update_np_pixels() all work. See the reference for Py5Graphics.pixel_width and Py5Graphics.pixel_height for more information.

Underlying Processing field: PGraphics.pixelDensity

Updated on April 16, 2023 17:26:49pm UTC