Generic class to manipulate device independant colors.  
More...
List of all members.
Detailed Description
Generic class to manipulate device independant colors. 
Constructor & Destructor Documentation
      
        
          | VGColor  | 
          ( | 
          unsigned char  | 
           gray = 0 ) | 
           [inline] | 
        
      
 
 
      
        
          | VGColor  | 
          ( | 
          unsigned char  | 
           r,  | 
        
        
           | 
           | 
          unsigned char  | 
           g,  | 
        
        
           | 
           | 
          unsigned char  | 
           b,  | 
        
        
           | 
           | 
          unsigned char  | 
           a = 255  | 
        
        
           | 
          ) | 
           |  [inline] | 
        
      
 
 
      
        
          | VGColor  | 
          ( | 
          const unsigned char  | 
           col[4] ) | 
           [inline, explicit] | 
        
      
 
 
Member Function Documentation
      
        
          | void Set  | 
          ( | 
          unsigned char  | 
           r,  | 
        
        
           | 
           | 
          unsigned char  | 
           g,  | 
        
        
           | 
           | 
          unsigned char  | 
           b,  | 
        
        
           | 
           | 
          unsigned char  | 
           a = 255  | 
        
        
           | 
          ) | 
           |  [inline] | 
        
      
 
 
      
        
          | void Set  | 
          ( | 
          const VGColor &  | 
           in ) | 
           [inline] | 
        
      
 
 
      
        
          | bool operator==  | 
          ( | 
          const VGColor &  | 
           col ) | 
           const [inline] | 
        
      
 
 
      
        
          | bool operator!=  | 
          ( | 
          const VGColor &  | 
           col ) | 
           const [inline] | 
        
      
 
 
      
        
          | std::ostream& print  | 
          ( | 
          std::ostream &  | 
           out ) | 
           const [inline] | 
        
      
 
 
Member Data Documentation