Frame functions. More...
#include "types.h"
Go to the source code of this file.
Data Structures | |
struct | pix_frame_t |
Frame structure containing pixel data and drawing operations. More... | |
Typedefs | |
typedef struct pix_frame_t | pix_frame_t |
Frame structure containing pixel data and drawing operations. More... | |
Functions | |
pix_frame_t | pix_frame_init (pix_format_t format, pix_size_t size, size_t alignment) |
Initialize a new framebuffer with the specified format and size. More... | |
bool | pix_frame_finalize (pix_frame_t *frame) |
Finalize and free resources associated with a framebuffer. More... | |
bool | pix_frame_clear_rect (pix_frame_t *frame, pix_color_t color, pix_point_t origin, pix_size_t size) |
Clear a rectangular region to a solid color. More... | |
Frame functions.
Definition in file frame.h.