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