| 
    IMP Reference Guide
    2.23.0
    
   The Integrative Modeling Platform 
   | 
 
Represent an RGB color. More...
#include <IMP/display/Color.h>
 Inheritance diagram for IMP::display::Color:Public Member Functions | |
| Color (const Color &)=default | |
| Color (double r, double g, double b) | |
| template<class It > | |
| Color (It b, It e) | |
| Color & | operator= (const Color &)=default | 
| void | show (std::ostream &out, std::string delim) const | 
| void | show (std::ostream &out=std::cout) const | 
| IMP::display::Color::Color | ( | double | r, | 
| double | g, | ||
| double | b | ||
| ) | 
Components must be between 0 and 1
| IMP::display::Color::Color | ( | It | b, | 
| It | e | ||
| ) |