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

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.
 

Detailed Description

Graduated line.

Field Documentation

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.


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