Common pixel types and structures. More...
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | pix_point_t |
Point structure representing X,Y coordinates. More... | |
struct | pix_size_t |
Size structure representing width and height dimensions. More... | |
Macros | |
#define | PIX_FPS_25 40 |
25 frames per second (40 ms per frame) | |
Typedefs | |
typedef uint32_t | pix_color_t |
Color value type for pixel operations. More... | |
Enumerations | |
enum | pix_format_t { PIX_FMT_RGBA32, PIX_FMT_MONO } |
Pixel format enumeration defining color depth and layout. More... | |
enum | pix_op_t { PIX_SET } |
Pixel operation types for drawing operations. More... | |
Common pixel types and structures.
Shared type definitions used across the pixel library.
Definition in file types.h.