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

#include <draw_types.h>

Data Fields

VECTOR rgba
 
struct {
   float   r
 
   float   g
 
   float   b
 
   float   a
 
}; 
 

Detailed Description

Definition at line 67 of file draw_types.h.

Field Documentation

◆ 

struct { ... }

◆ a

float color_f_t::a

Definition at line 73 of file draw_types.h.

◆ b

float color_f_t::b

Definition at line 72 of file draw_types.h.

◆ g

float color_f_t::g

Definition at line 71 of file draw_types.h.

◆ r

float color_f_t::r

Definition at line 70 of file draw_types.h.

◆ rgba

VECTOR color_f_t::rgba

Definition at line 68 of file draw_types.h.


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