ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <draw_types.h>
Data Fields | |
VECTOR | rgba |
struct { | |
float r | |
float g | |
float b | |
float a | |
}; | |
Definition at line 67 of file draw_types.h.
struct { ... } |
float color_f_t::a |
Definition at line 73 of file draw_types.h.
float color_f_t::b |
Definition at line 72 of file draw_types.h.
float color_f_t::g |
Definition at line 71 of file draw_types.h.
float color_f_t::r |
Definition at line 70 of file draw_types.h.
VECTOR color_f_t::rgba |
Definition at line 68 of file draw_types.h.