Represent a color. More...

#include <Color.hpp>

Public Member Functions

 Color (unsigned char r, unsigned char g, unsigned char b, unsigned char a=255)
 
 Color (unsigned char vals=255)
 

Public Attributes

unsigned char r = 255
 Red value.
 
unsigned char g = 255
 Green value.
 
unsigned char b = 255
 Blue value.
 
unsigned char a = 255
 Alpha value.
 

Detailed Description

Represent a color.


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