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