Parent Topic: PMHPACKP

PMHPreferPixmap

  typedef struct
  {
    int                 nBytesPerPixel;   
    int                 nDepth;           
    int                 nScanlinePad;     

    int                 nRedShift;       
    int                 nGreenShift;
    int                 nBlueShift;

    uchar               abyRedComp[256]; 
    uchar               abyGreenComp[256];
    uchar               abyBlueComp[256];
    uchar               abyGreyComp[256];
    uchar               abyMap8Index[256];

    TBool               bTopToBottom;     
    TBool               bUseCompress;     
    uchar*              paby8to24;
  } PMHPreferPixmap;

Parent Topic: PMHPACKP
About PCI Help Gateway