reven.api.FrameBuffer(object)
class documentationreven.api
(View In Hierarchy)
Video framebuffer information.
Method | __init__ | Build a FrameBuffer object from a Project . |
Method | width | Property: Width of the framebuffer, in pixels. |
Method | size | Property: Size of the framebuffer, in bytes. |
Method | line_size | Property: Bytes per line (may be higher than width*bpp/8). |
Method | height | Property: Height of the framebuffer, in pixels. |
Method | bpp | Property: Number of bits per pixels. |
Method | physical_address | Property: Physical address of the framebuffer. |
Method | is_paged | Property: Paging status of the framebuffer. |
Method | __repr__ | Undocumented |