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