ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
draw_fog.h File Reference
#include <tamtypes.h>
+ Include dependency graph for draw_fog.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

qword_tdraw_fog_color (qword_t *q, unsigned char r, unsigned char g, unsigned char b)
 

Detailed Description

Draw library fog functions

Definition in file draw_fog.h.

Function Documentation

◆ draw_fog_color()

qword_t* draw_fog_color ( qword_t q,
unsigned char  r,
unsigned char  g,
unsigned char  b 
)

Fog Color

Definition at line 137 of file draw_environment.c.

138 {
139 
141  q++;
142 
144  q++;
145 
146  return q;
147 
148 }
#define PACK_GIFTAG(Q, D0, D1)
Definition: gif_tags.h:76
#define GIF_SET_TAG(NLOOP, EOP, PRE, PRIM, FLG, NREG)
Definition: gif_tags.h:80
#define GIF_REG_AD
Definition: gif_tags.h:72
#define GIF_FLG_PACKED
Definition: gif_tags.h:35
#define GS_SET_FOGCOL(R, G, B)
Definition: gs_gp.h:205
#define GS_REG_FOGCOL
Definition: gs_gp.h:83

References GIF_FLG_PACKED, GIF_REG_AD, GIF_SET_TAG, GS_REG_FOGCOL, GS_SET_FOGCOL, and PACK_GIFTAG.