#include "common.h"
Go to the source code of this file.
Classes | |
class | GEOM_FADE25D::Color |
Color for visualization. More... | |
Enumerations | |
enum | GEOM_FADE25D::Colorname { GEOM_FADE25D::CRED , GEOM_FADE25D::CGREEN , GEOM_FADE25D::CBLUE , GEOM_FADE25D::CBLACK , GEOM_FADE25D::CYELLOW , GEOM_FADE25D::CPINK , GEOM_FADE25D::CGRAY , GEOM_FADE25D::CWHITE , GEOM_FADE25D::CORANGE , GEOM_FADE25D::CLIGHTBLUE , GEOM_FADE25D::CLIGHTBROWN , GEOM_FADE25D::CDARKBROWN , GEOM_FADE25D::CPURPLE , GEOM_FADE25D::COLIVE , GEOM_FADE25D::CLAWNGREEN , GEOM_FADE25D::CPALEGREEN , GEOM_FADE25D::CCYAN , GEOM_FADE25D::CTRANSPARENT } |
Predefined colors for convenience. More... | |
Functions | |
std::ostream & | GEOM_FADE25D::operator<< (std::ostream &stream, const Color &c) |
|
inline |
This function outputs the color information (red, green, blue, linewidth, and fill status) of a Color
object to the provided output stream.
[in] | stream | The output stream to which the color information will be printed. |
[in] | c | The Color object whose details are to be printed. |