basic/color/colorf.cpp File Reference

#include "colorf.h"
#include <math.h>
#include "opengl/glos.h"
#include <gl/gl.h>

Include dependency graph for colorf.cpp:

Go to the source code of this file.

Namespaces

namespace  Color

Functions

Colorf Color::MakeColorHSV (const float hue, const float sat, const float val)

Variables

const Colorf Color::black (0.0000f, 0.0000f, 0.0000f)
const Colorf Color::blue (0.0000f, 0.0000f, 1.0000f)
const Colorf Color::blue_50 (0.0000f, 0.0000f, 1.0000f, 0.5000f)
const Colorf Color::cyan (0.0000f, 1.0000f, 1.0000f)
const Colorf Color::cyan_50 (0.0000f, 1.0000f, 1.0000f, 0.5000f)
const Colorf Color::green (0.0000f, 1.0000f, 0.0000f)
const Colorf Color::green_50 (0.0000f, 1.0000f, 0.0000f, 0.5000f)
const Colorf Color::magenta (1.0000f, 0.0000f, 1.0000f)
const Colorf Color::magenta_50 (1.0000f, 0.0000f, 1.0000f, 0.5000f)
const Colorf Color::opaque (0.0000f, 0.0000f, 0.0000f, 1.0000f)
const Colorf Color::orange (1.0000f, 0.5000f, 0.0000f)
const Colorf Color::red (1.0000f, 0.0000f, 0.0000f)
const Colorf Color::red_50 (1.0000f, 0.0000f, 0.0000f, 0.5000f)
const Colorf Color::transparent (0.0000f, 0.0000f, 0.0000f, 0.0000f)
const Colorf Color::white (1.0000f, 1.0000f, 1.0000f)
const Colorf Color::white_50 (1.0000f, 1.0000f, 1.0000f, 0.5000f)
const Colorf Color::yellow (1.0000f, 1.0000f, 0.0000f)
const Colorf Color::yellow_50 (1.0000f, 1.0000f, 0.0000f, 0.5000f)


Generated on Sat Apr 1 21:31:46 2006 for Motion Planning Kernel by  doxygen 1.4.6-NO