codac 2.0.0
|
#include <string>
#include <iomanip>
#include <math.h>
#include "codac2_assert.h"
#include "codac2_Vector.h"
Go to the source code of this file.
Classes | |
struct | codac2::Color |
Color structure, in RGBA or HSVA format. More... | |
Enumerations | |
enum | codac2::Model |
Color model (RGB or HSV) More... | |
enum codac2::Model |
Color model (RGB or HSV)
This enum is used to specify the color model of a color, either RGB or HSV.