#include "common.h"Go to the source code of this file.
Classes | |
| class | GEOM_FADE2D::Color |
| Color for visualization. More... | |
Enumerations | |
| enum | GEOM_FADE2D::Colorname { GEOM_FADE2D::CRED , GEOM_FADE2D::CGREEN , GEOM_FADE2D::CBLUE , GEOM_FADE2D::CBLACK , GEOM_FADE2D::CYELLOW , GEOM_FADE2D::CPINK , GEOM_FADE2D::CGRAY , GEOM_FADE2D::CWHITE , GEOM_FADE2D::CORANGE , GEOM_FADE2D::CLIGHTBLUE , GEOM_FADE2D::CLIGHTBROWN , GEOM_FADE2D::CDARKBROWN , GEOM_FADE2D::CPURPLE , GEOM_FADE2D::COLIVE , GEOM_FADE2D::CLAWNGREEN , GEOM_FADE2D::CPALEGREEN , GEOM_FADE2D::CCYAN , GEOM_FADE2D::CTRANSPARENT } |
| Predefined colors for convenience. More... | |
Functions | |
| std::ostream & | GEOM_FADE2D::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. |