CG-Project2
Loading...
Searching...
No Matches
Color Struct Reference

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

Detailed Description

Simple data structure to store a RGBA color.


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