#include <Color_Buffer.hpp>
◆ Color_Buffer()
  
  
      
        
          | st::Color_Buffer::Color_Buffer  | 
          ( | 
          size_t  | 
          width,  | 
         
        
           | 
           | 
          size_t  | 
          height  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ bits_per_color()
  
  
      
        
          | virtual int st::Color_Buffer::bits_per_color  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ get_height()
  
  
      
        
          | size_t st::Color_Buffer::get_height  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ get_width()
  
  
      
        
          | size_t st::Color_Buffer::get_width  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ gl_draw_pixels()
  
  
      
        
          | virtual void st::Color_Buffer::gl_draw_pixels  | 
          ( | 
          int  | 
          raster_x,  | 
         
        
           | 
           | 
          int  | 
          raster_y  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ offset_at()
  
  
      
        
          | int st::Color_Buffer::offset_at  | 
          ( | 
          int  | 
          x,  | 
         
        
           | 
           | 
          int  | 
          y  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
inline   | 
  
 
 
◆ set_color()
  
  
      
        
          | virtual void st::Color_Buffer::set_color  | 
          ( | 
          int  | 
          r,  | 
         
        
           | 
           | 
          int  | 
          g,  | 
         
        
           | 
           | 
          int  | 
          b  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ set_pixel() [1/2]
  
  
      
        
          | virtual void st::Color_Buffer::set_pixel  | 
          ( | 
          int  | 
          x,  | 
         
        
           | 
           | 
          int  | 
          y  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ set_pixel() [2/2]
  
  
      
        
          | virtual void st::Color_Buffer::set_pixel  | 
          ( | 
          size_t  | 
          offset | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ height
  
  
      
        
          | size_t st::Color_Buffer::height | 
         
       
   | 
  
protected   | 
  
 
 
◆ width
  
  
      
        
          | size_t st::Color_Buffer::width | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following file: