orx 1.16
Portable Game Engine
Loading...
Searching...
No Matches
orxRGBA Struct Reference

#include <orxDisplay.h>

Data Fields

union { 
   struct { 
      orxU8   u8A 
      orxU8   u8B 
      orxU8   u8G 
      orxU8   u8R 
   } 
   orxU32   u32RGBA 
}; 

Detailed Description

Misc defines

Definition at line 59 of file orxDisplay.h.

Field Documentation

◆ [union]

union { ... } orxRGBA

◆ u32RGBA

orxU32 orxRGBA::u32RGBA

Definition at line 68 of file orxDisplay.h.

◆ u8A

orxU8 orxRGBA::u8A

Definition at line 65 of file orxDisplay.h.

◆ u8B

orxU8 orxRGBA::u8B

Definition at line 65 of file orxDisplay.h.

◆ u8G

orxU8 orxRGBA::u8G

Definition at line 65 of file orxDisplay.h.

◆ u8R

orxU8 orxRGBA::u8R

Definition at line 65 of file orxDisplay.h.


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

Generated for orx by doxygen 1.8.11