plugin
0.1.0
|
A Color class stores channels of a given color. More...
#include <common.hpp>
Public Member Functions | |
Color (unsigned char r, unsigned char g, unsigned char b) | |
unsigned char | red () const |
unsigned char | blue () const |
unsigned char | green () const |
A Color class stores channels of a given color.
|
inline |
A default constructor.
r | - value for red channel |
g | - value for green channel |
b | - value for blue channel |