ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <draw_blending.h>
Data Fields | |
char | color1 |
char | color2 |
char | alpha |
char | color3 |
unsigned char | fixed_alpha |
Definition at line 26 of file draw_blending.h.
char blend_t::alpha |
Definition at line 29 of file draw_blending.h.
Referenced by draw_alpha_blending(), and draw_setup_environment().
char blend_t::color1 |
Definition at line 27 of file draw_blending.h.
Referenced by draw_alpha_blending(), and draw_setup_environment().
char blend_t::color2 |
Definition at line 28 of file draw_blending.h.
Referenced by draw_alpha_blending(), and draw_setup_environment().
char blend_t::color3 |
Definition at line 30 of file draw_blending.h.
Referenced by draw_alpha_blending(), and draw_setup_environment().
unsigned char blend_t::fixed_alpha |
Definition at line 31 of file draw_blending.h.
Referenced by draw_alpha_blending(), and draw_setup_environment().