#include <ipeattributes.h>
Detailed Description
Constructor & Destructor Documentation
Construct a color from a string. 
If only a single number is given, this is a gray value, otherwise red, green, and blue components must be given. 
 
 
  
  | 
        
          | Color::Color | ( | int | red, |  
          |  |  | int | green, |  
          |  |  | int | blue |  
          |  | ) |  |  |  | explicit | 
 
Construct a color. 
Arguments red, green, blue range from 0 to 1000. 
 
 
Member Function Documentation
      
        
          | void Color::save | ( | Stream & | stream | ) | const | 
      
 
 
      
        
          | void Color::saveRGB | ( | Stream & | stream | ) | const | 
      
 
Save to stream in long format. 
The RGB components are saved separately even for gray colors. 
 
 
      
        
          | bool Color::isGray | ( |  | ) | const | 
      
 
is it an absolute gray value? 
 
 
      
        
          | bool Color::operator== | ( | const Color & | rhs | ) | const | 
      
 
 
  
  | 
        
          | bool ipe::Color::operator!= | ( | const Color & | rhs | ) | const |  | inline | 
 
 
Friends And Related Function Documentation
Member Data Documentation
The documentation for this class was generated from the following files:
- ipeattributes.h
- ipeattributes.cpp