GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
Pixel type aliases. More...
#include <core/gp_pixel.gen.h>
Go to the source code of this file.
Enumerations | |
enum | gp_pixel_type_alias { GP_PIXEL_G1 = GP_PIXEL_G1_UB , GP_PIXEL_G2 = GP_PIXEL_G2_UB , GP_PIXEL_G4 = GP_PIXEL_G4_UB } |
List of pixel type aliases. More... | |
Pixel type aliases.
Definition in file gp_pixel_alias.h.
enum gp_pixel_type_alias |
List of pixel type aliases.
Defines the more common grayscal pixel packings as default.
Enumerator | |
---|---|
GP_PIXEL_G1 | Default packing for G1 pixel is UB. |
GP_PIXEL_G2 | Default packing for G2 pixel is UB. |
GP_PIXEL_G4 | Default packing for G4 pixel is UB. |
Definition at line 20 of file gp_pixel_alias.h.