codac 2.0.0
Loading...
Searching...
No Matches
codac2_Color.h File Reference
#include <string>
#include <iomanip>
#include <math.h>
#include "codac2_assert.h"
#include "codac2_Vector.h"
Include dependency graph for codac2_Color.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Date
2024
Author
Simon Rohou, Maƫl Godard
License: GNU Lesser General Public License (LGPL)

Enumeration Type Documentation

◆ Model

Color model (RGB or HSV)

This enum is used to specify the color model of a color, either RGB or HSV.

28{ RGB, HSV };