|
|
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).
|