objc

Data Structures | Macros | Typedefs | Enumerations
types.h File Reference

Common pixel types and structures. More...

#include <stdint.h>
Include dependency graph for types.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Common pixel types and structures.

Shared type definitions used across the pixel library.

Definition in file types.h.