libcdr::CDRBitmap Struct Reference

#include <CDRTypes.h>

Public Member Functions

 CDRBitmap ()
 
 CDRBitmap (unsigned cm, unsigned w, unsigned h, unsigned b, const std::vector< unsigned > &p, const std::vector< unsigned char > &bmp)
 

Public Attributes

unsigned colorModel
 
unsigned width
 
unsigned height
 
unsigned bpp
 
std::vector< unsigned > palette
 
std::vector< unsigned char > bitmap
 

Constructor & Destructor Documentation

libcdr::CDRBitmap::CDRBitmap ( )
inline
libcdr::CDRBitmap::CDRBitmap ( unsigned  cm,
unsigned  w,
unsigned  h,
unsigned  b,
const std::vector< unsigned > &  p,
const std::vector< unsigned char > &  bmp 
)
inline

Member Data Documentation

std::vector<unsigned char> libcdr::CDRBitmap::bitmap
unsigned libcdr::CDRBitmap::bpp
unsigned libcdr::CDRBitmap::colorModel
unsigned libcdr::CDRBitmap::height
std::vector<unsigned> libcdr::CDRBitmap::palette
unsigned libcdr::CDRBitmap::width

The documentation for this struct was generated from the following file:

Generated for libcdr by doxygen 1.8.10