#include <Image.h>
      
        
          | Neo::Image::Image  | 
          ( | 
          void  | 
           | ) | 
           | 
        
      
 
 
      
        
          | Neo::Image::~Image  | 
          ( | 
          void  | 
           | ) | 
           | 
        
      
 
 
      
        
          | void Neo::Image::clear  | 
          ( | 
          void *  | 
          color | ) | 
           | 
        
      
 
 
      
        
          | void Neo::Image::create  | 
          ( | 
          VAR_TYPES  | 
          dataType,  | 
        
        
           | 
           | 
          unsigned int  | 
          width,  | 
        
        
           | 
           | 
          unsigned int  | 
          height,  | 
        
        
           | 
           | 
          unsigned int  | 
          components  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
  
  
      
        
          | unsigned int Neo::Image::getComponents  | 
          ( | 
          void  | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | void* Neo::Image::getData  | 
          ( | 
          void  | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | unsigned int Neo::Image::getHeight  | 
          ( | 
          void  | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | unsigned int Neo::Image::getSize  | 
          ( | 
          void  | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | unsigned int Neo::Image::getWidth  | 
          ( | 
          void  | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
      
        
          | void Neo::Image::readPixel  | 
          ( | 
          unsigned int  | 
          x,  | 
        
        
           | 
           | 
          unsigned int  | 
          y,  | 
        
        
           | 
           | 
          void *  | 
          color  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | void Neo::Image::writePixel  | 
          ( | 
          unsigned int  | 
          x,  | 
        
        
           | 
           | 
          unsigned int  | 
          y,  | 
        
        
           | 
           | 
          void *  | 
          color  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
The documentation for this class was generated from the following file: