Cub3D
 
Loading...
Searching...
No Matches
u_color Union Reference

Union used to store color information. It can be used to store color in RGBA format or as a separate RGB and alpha values. Used for big-endian systems. More...

#include <data_structure.h>

Public Member Functions

struct __attribute__ ((packed))
 

Data Fields

int argb
 

Detailed Description

Union used to store color information. It can be used to store color in RGBA format or as a separate RGB and alpha values. Used for big-endian systems.

Member Function Documentation

◆ __attribute__()

struct u_color::__attribute__ ( (packed) )
inline
Here is the call graph for this function:

Field Documentation

◆ argb

int u_color::argb

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