Modules | |
Creating and deleting images | |
Image Basic routines needed to work with images. | |
Loading images | |
Image loading support for various formats. | |
Drawing images | |
Some routines to draw your images. | |
Working with images | |
Some basic useful routines when working with your images. | |
Advanced | |
More advanced routines for manipulating images. | |
Enumerations | |
enum | UL_IMAGE_FORMATS { UL_PF_PAL5_A3 = 1, UL_PF_PAL2, UL_PF_PAL4, UL_PF_PAL8, UL_PF_COMPRESSED, UL_PF_PAL3_A5, UL_PF_5551, UL_PF_5550 } |
enum | UL_IMAGE_STATES { UL_STATE_NONE = 0, UL_STATE_RAM, UL_STATE_RAM_BLOCK, UL_STATE_VRAM } |
enum | UL_LOCK_REASON { UL_LOCK_NONE = 0, UL_LOCK_PIXELS = 1, UL_LOCK_PALETTE = 2 } |
Variables | |
const u8 | ul_pixelSizes [] |
enum UL_IMAGE_FORMATS |
Available image pixel formats
enum UL_IMAGE_STATES |
Image or palette states (location in memory)
enum UL_LOCK_REASON |
const u8 ul_pixelSizes[] |
Size of pixel formats