ImageBufferFormat Enumeration

Format of an ImageBuffer. The format determines how many bytes are allocated for each pixel in the buffer and the semantics of each byte.

@see ImageBuffer.getNumBytesPerPixel

Members

Name Value Description
Alpha 1 byte per pixel.
Rgb RGB format - 3 bytes per pixel.
Rgba RGBA format - 4 bytes per pixel.

Defined in

Last Updated: 15 March, 2024