Dot (pixel) 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 |
X coordinate. | |
short | y |
Y coordinate. | |
unsigned int | attribute |
Attribute. | |
Dot (pixel)
unsigned int GsDot::attribute |
Attribute.
unsigned char GsDot::b |
Blue color component (0-255)
unsigned char GsDot::g |
Green color component (0-255)
unsigned char GsDot::r |
Red color component (0-255)
short GsDot::x |
X coordinate.
short GsDot::y |
Y coordinate.