__BMP_DataType Struct ReferencePlatform Middleware > GLIB
BMP Data type structure to hold information about the bmp data returned.
       Definition at line
       
        142
       
       of file
       
        bmp.h
       
       .
      
      
       #include <
       
     
        bmp.h
       
       >
      
| Data Fields | |
| uint16_t | bitsPerPixel | 
| uint32_t | compressionType | 
| uint32_t | endOfRow | 
| uint32_t | size | 
Field Documentation
| uint16_t __BMP_DataType::bitsPerPixel | 
Color depth of the data returned from function.
        Definition at line
        
         144
        
        of file
        
         bmp.h
        
        .
       
Referenced by BMP_readRawData() , BMP_readRawData24bit() , BMP_readRawData8bit() , and BMP_readRawDataRLE8() .
| uint32_t __BMP_DataType::compressionType | 
Compression type
        Definition at line
        
         146
        
        of file
        
         bmp.h
        
        .
       
Referenced by BMP_readRawData() , BMP_readRawData24bit() , BMP_readRawData8bit() , and BMP_readRawDataRLE8() .
| uint32_t __BMP_DataType::endOfRow | 
Marks whether this data is at the end of the current row. endOfRow == 1, if end of row is reached. endOfRow == 0, if there is still unread data left in the row
        Definition at line
        
         150
        
        of file
        
         bmp.h
        
        .
       
Referenced by BMP_readRawData() , BMP_readRawData24bit() , BMP_readRawData8bit() , BMP_readRawDataRLE8() , BMP_readRgbData() , BMP_readRgbDataRLE8() , and BMP_readRleData() .
| uint32_t __BMP_DataType::size | 
Byte length of returned data
        Definition at line
        
         148
        
        of file
        
         bmp.h
        
        .
       
Referenced by BMP_readRawData() , BMP_readRawData24bit() , BMP_readRawData8bit() , BMP_readRawDataRLE8() , and BMP_readRgbData() .
The documentation for this struct was generated from the following file:
- 
       C:/repos/super_h1/platform/middleware/glib/glib/
       bmp.h