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

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.
 

Detailed Description

Dot (pixel)

Field Documentation

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.


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