PICCANTE  0.4
The hottest HDR imaging library!
Namespaces | Typedefs | Variables
color_3.hpp File Reference
#include "../colors/color.hpp"

Go to the source code of this file.

Namespaces

 pic
 

Typedefs

typedef Vec< 3, float > pic::Color3
 Color3. More...
 

Variables

const Color3 pic::RED = Color3(1.0f, 0.0f, 0.0f)
 
const Color3 pic::GREEN = Color3(0.0f, 1.0f, 0.0f)
 
const Color3 pic::BLUE = Color3(0.0f, 0.0f, 1.0f)
 
const Color3 pic::BLACK = Color3(0.0f, 0.0f, 0.0f)
 
const Color3 pic::WHITE = Color3(1.0f, 1.0f, 1.0f)