liballofw
|
#include <color.h>
Public Member Functions | |
Color ()=default | |
Default constructor, uninitialized. More... | |
Color (float r_, float g_, float b_, float a_=1) | |
Initialize with RGBA. More... | |
Public Attributes | |
float | r |
RGBA. More... | |
float | g |
float | b |
float | a |
Color struct.
|
default |
Default constructor, uninitialized.
|
inline |
Initialize with RGBA.
float allofw::Color::a |
float allofw::Color::b |
float allofw::Color::g |
float allofw::Color::r |
RGBA.