CG-Project2
|
Simple data structure to store a RGBA color. More...
#include <Structs.hpp>
Public Attributes | |
float | r = 0.f |
red channel | |
float | g = 0.f |
green channel | |
float | b = 0.f |
blue channel | |
float | a = 1.f |
alpha channel |
Simple data structure to store a RGBA color.