#include <IDIL_Image.h>
Public Member Functions | |
Color (Color &c) | |
Color copy constructor. | |
Color (char gray) | |
Creates a gray level. | |
Color (char r, char g, char b) | |
Creates a color from the rgb components. | |
Color & | operator= (Color &c) |
Affectation. |
Class for rgb color manipulation.