Wuhoo
0.1
Windows using header only
|
Helper struct to work with RGBA system backed buffers. The alpha channel is currently not respected in any backend. More...
#include <wuhoo.h>
Public Attributes | |
unsigned char | r |
unsigned char | g |
unsigned char | b |
unsigned char | a |
Helper struct to work with RGBA system backed buffers. The alpha channel is currently not respected in any backend.
unsigned char WuhooRGBA::a |
'alpha' channel (no use for now)
unsigned char WuhooRGBA::b |
'blue' channel
unsigned char WuhooRGBA::g |
'green' channel
unsigned char WuhooRGBA::r |
'red' channel