Graduated line. More...
#include <psxgpu.h>
Data Fields | |
unsigned char | r [2] |
Red color components (0-255) | |
unsigned char | g [2] |
Green color components (0-255) | |
unsigned char | b [2] |
Blue color components (0-255) | |
short | x [2] |
X coordinates for points. | |
short | y [2] |
Y coordinates for points. | |
unsigned int | attribute |
Attribute. | |
Graduated line.
unsigned int GsGLine::attribute |
Attribute.
unsigned char GsGLine::b[2] |
Blue color components (0-255)
unsigned char GsGLine::g[2] |
Green color components (0-255)
unsigned char GsGLine::r[2] |
Red color components (0-255)
short GsGLine::x[2] |
X coordinates for points.
short GsGLine::y[2] |
Y coordinates for points.