The bit offset of alpha in a pixel.
The bit length of the blue color in a pixel.
The bit offset of the blue color in a pixel.
Bits per pixel (i.e. color depth).
The framebuffer format for convenience. This can be one of 'bgr'
, 'bgra'
, 'rgb'
, 'rgba'
.
The bit length of the green color in a pixel.
The bit offset of the green color in a pixel.
The vertical resolution of the framebuffer. This SHOULD always be the same as screen height.
The bit length of the red color in a pixel.
The bit offset of the red color in a pixel.
The raw byte size of the framebuffer.
The framebuffer version. Useful for patching possible backwards-compatibility issues.
The horizontal resolution of the framebuffer. This SHOULD always be the same as screen width. We have not encountered any device with incorrect framebuffer metadata, but according to rumors there might be some.
Generated using TypeDoc
The bit length of alpha in a pixel.
0
when not available.