#include <iostream>
#include "error.hpp"
Go to the source code of this file.
Classes | |
class | Color |
Color class for plotting. More... | |
Defines | |
#define | COLOR_HPP 1 |
Functions | |
Color | operator * (double x, const Color &c) |
std::ostream & | operator<< (std::ostream &os, const Color &c) |
#define COLOR_HPP 1 |
std::ostream& operator<< | ( | std::ostream & | os, | |
const Color & | c | |||
) | [inline] |