Parasol Planning Library (PPL)
Typedefs
Color.h File Reference
#include <Vector.h>
Include dependency graph for Color.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef mathtool::Vector< float, 3 > Color3
 RGB color, range from 0-1. More...
 
typedef mathtool::Vector< float, 4 > Color4
 RGBA color, range from 0-1. More...
 

Typedef Documentation

◆ Color3

typedef mathtool::Vector<float, 3> Color3

RGB color, range from 0-1.

◆ Color4

typedef mathtool::Vector<float, 4> Color4

RGBA color, range from 0-1.