Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
proto.c File Reference

Go to the source code of this file.

Functions

int VectorToRGBA (vector vec, float h)
proto int ARGB (int a, int r, int g, int b)
proto int ARGBF (float fa, float fr, float fg, float fb)
 Converts <0.0, 1.0> ARGB into color.
proto int ABGR (int a, int r, int g, int b)
proto int ABGRF (float fa, float fr, float fg, float fb)
int AWHITE (int a)

Function Documentation

◆ ABGR()

proto int ABGR ( int a,
int r,
int g,
int b )

◆ ABGRF()

proto int ABGRF ( float fa,
float fr,
float fg,
float fb )

◆ ARGB()

proto int ARGB ( int a,
int r,
int g,
int b )

◆ ARGBF()

proto int ARGBF ( float fa,
float fr,
float fg,
float fb )

Converts <0.0, 1.0> ARGB into color.

◆ AWHITE()

int AWHITE ( int a)

Definition at line 80 of file proto.c.

◆ VectorToRGBA()

int VectorToRGBA ( vector vec,
float h )

Definition at line 43 of file proto.c.