ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <libgs.h>
Data Fields | |
u8 | r |
u8 | g |
u8 | b |
u8 | a |
float | q |
u8 GS_RGBAQ::a |
Definition at line 598 of file libgs.h.
Referenced by DrawSprites(), GsClearDrawEnv1(), GsClearDrawEnv2(), and GsSetDefaultDrawEnv().
u8 GS_RGBAQ::b |
Definition at line 597 of file libgs.h.
Referenced by DrawSprites(), GsClearDrawEnv1(), GsClearDrawEnv2(), and GsSetDefaultDrawEnv().
u8 GS_RGBAQ::g |
Definition at line 596 of file libgs.h.
Referenced by DrawSprites(), GsClearDrawEnv1(), GsClearDrawEnv2(), and GsSetDefaultDrawEnv().
float GS_RGBAQ::q |
Definition at line 599 of file libgs.h.
Referenced by DrawSprites(), GsClearDrawEnv1(), GsClearDrawEnv2(), and GsSetDefaultDrawEnv().
u8 GS_RGBAQ::r |
Definition at line 595 of file libgs.h.
Referenced by GsClearDrawEnv1(), GsClearDrawEnv2(), and GsSetDefaultDrawEnv().