openTRI 0.1
Colors

Data Structures

struct  triColor3
 RGB float color (96bit) More...
 
struct  triColor3i
 RGB int color (96bit) More...
 
struct  triColor4
 RGBA float color (128bit) More...
 
struct  triColor4i
 RGBA int color (128bit) More...
 
struct  triColor8880
 RGBA8880 color (24bit) More...
 
union  triColor8888
 RGBA8888 color (32bit) More...
 
union  triColor4444
 RGBA4444 color (16bit) More...
 
union  triColor5551
 RGBA5551 color (16bit) More...
 
union  triColor5650
 RGBA5650 color (16bit) More...
 

Typedefs

typedef struct triColor3 triColor3
 RGB float color (96bit)
 
typedef struct triColor3 triColor3f
 
typedef struct triColor3i triColor3i
 RGB int color (96bit)
 
typedef struct triColor4 triColor4
 RGBA float color (128bit)
 
typedef struct triColor4 triColor4f
 
typedef struct triColor4i triColor4i
 RGBA int color (128bit)
 
typedef struct triColor8880 triColor3b
 RGBA8880 color (24bit)
 
typedef struct triColor8880 triColor8880
 
typedef union triColor8888 triColor4b
 RGBA8888 color (32bit)
 
typedef union triColor8888 triColor8888
 
typedef union triColor4444 triColor4444
 RGBA4444 color (16bit)
 
typedef union triColor5551 triColor5551
 RGBA5551 color (16bit)
 
typedef union triColor5650 triColor5650
 RGBA5650 color (16bit)
 

Detailed Description