PSXSDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
GsLine Struct Reference

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.
 

Detailed Description

Monochrome line.

Field Documentation

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.


The documentation for this struct was generated from the following file: