GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
Typedefs
gp_types.h File Reference

A common types. More...

#include <stdint.h>

Go to the source code of this file.

Typedefs

typedef int gp_coord
 Integer type for coordinates i.e. x, y, ...
 
typedef unsigned int gp_size
 Integer type for sizes i.e. w, h, ...
 
typedef uint32_t gp_pixel
 Pixel integer value.
 

Detailed Description

A common types.

Definition in file gp_types.h.

Typedef Documentation

◆ gp_pixel

typedef uint32_t gp_pixel

Pixel integer value.

All channels are packed into the value accordingly to the enum gp_pixel_type

Definition at line 33 of file gp_types.h.