libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
Loading...
Searching...
No Matches
color.h File Reference
#include <stdint.h>
#include <ship/utils/color.h>
Include dependency graph for color.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

union  Color_RGBA8_u32
 32-bit RGBA colour stored in a union that allows component and packed-integer access. More...
 
struct  Color_RGBAf
 Single-precision floating-point RGBA colour. More...
 
union  Color_RGBA16
 16-bit RGBA colour using 5-5-5-1 bit packing. More...