Wuhoo  0.1
Windows using header only
Public Attributes | List of all members
WuhooRGBA Struct Reference

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
 

Detailed Description

Helper struct to work with RGBA system backed buffers. The alpha channel is currently not respected in any backend.

Member Data Documentation

◆ a

unsigned char WuhooRGBA::a

'alpha' channel (no use for now)

◆ b

unsigned char WuhooRGBA::b

'blue' channel

◆ g

unsigned char WuhooRGBA::g

'green' channel

◆ r

unsigned char WuhooRGBA::r

'red' channel


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