Nugget
Loading...
Searching...
No Matches
Public Attributes | List of all members
psyqo::Color Union Reference

The Color struct. More...

#include <psyqo/primitives/common.hh>

Public Attributes

struct { 
 
   uint8_t   r 
 
   uint8_t   g 
 
   uint8_t   b 
 
   uint8_t   user 
 
};  
 
uint32_t packed
 

Detailed Description

The Color struct.

Represents a 24-bits color, that works properly in GPU binary primitives.

Member Data Documentation

◆ [struct]

struct { ... } psyqo::Color

◆ b

uint8_t psyqo::Color::b

◆ g

uint8_t psyqo::Color::g

◆ packed

uint32_t psyqo::Color::packed

◆ r

uint8_t psyqo::Color::r

◆ user

uint8_t psyqo::Color::user

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