TODO: remove
TODO: remove
Provides access to a single pixel at the requested 2D-position.
Adjusts the Pixmap according to the provided blueprint.
Clears the buffer’s contents (by setting each pixel to the same color)
Creates a deep copy of the Pixmap
Copies the pixel data to the target Pixmap.
Provides access to a single pixel at the requested 2D-position.
Height of the buffer, i.e. the number of lines
Length of the buffer, i.e. the number of pixels
Number of bytes per line
Accesses the pixel at the requested position within the pixmap data.
Retrieves a linear slice of the pixmap.
Retrieves a rectangular subimage of the pixmap.
Retrieves the first line of the Pixmap.
Calculates the index (linear offset) of the requested position within the pixmap data.
Provides access to a single pixel at the requested 2D-position.
Changes the size of the buffer
Rectangular size of the buffer
Retrieves a linear slice of the pixmap.
Creates a Pixmap wrapping the pixel data from the provided MemoryImage.
Creates a Pixmap wrapping the pixel data from the provided TrueColorImage.
Pixel data container