Graduated 4 point polygon. More...
#include <psxgpu.h>
Data Fields | |
unsigned char | r [4] |
Red color components (0-255) | |
unsigned char | g [4] |
Green color components (0-255) | |
unsigned char | b [4] |
Blue color components (0-255) | |
short | x [4] |
X Coordinates for vertexes. | |
short | y [4] |
Y Coordinates for vertexes. | |
unsigned int | attribute |
Attribute. | |
Graduated 4 point polygon.
unsigned int GsGPoly4::attribute |
Attribute.
unsigned char GsGPoly4::b[4] |
Blue color components (0-255)
unsigned char GsGPoly4::g[4] |
Green color components (0-255)
unsigned char GsGPoly4::r[4] |
Red color components (0-255)
short GsGPoly4::x[4] |
X Coordinates for vertexes.
short GsGPoly4::y[4] |
Y Coordinates for vertexes.