ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
VU_CVECTOR Struct Reference

#include <libvux.h>

Data Fields

unsigned char r
 
unsigned char g
 
unsigned char b
 
unsigned char a
 
float q
 

Detailed Description

color vector (64 bit)

Definition at line 76 of file libvux.h.

Field Documentation

◆ a

unsigned char VU_CVECTOR::a

Definition at line 81 of file libvux.h.

Referenced by VuxLightNormal().

◆ b

unsigned char VU_CVECTOR::b

Definition at line 80 of file libvux.h.

Referenced by VuxLightNormal().

◆ g

unsigned char VU_CVECTOR::g

Definition at line 79 of file libvux.h.

Referenced by VuxLightNormal().

◆ q

float VU_CVECTOR::q

Definition at line 82 of file libvux.h.

Referenced by VuxLightNormal().

◆ r

unsigned char VU_CVECTOR::r

Definition at line 78 of file libvux.h.

Referenced by VuxLightNormal().


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