Newer
Older
ubix2 / src / lib / objgfx40 / objgfx40 / ogPixCon.h
@reddawg reddawg on 1 Jun 2006 250 bytes ubix2
#ifndef OGPIXCON_H
#define OGPIXCON_H

#include "objgfx40.h"

class ogPixCon {
 protected:
  uInt32  srcMasker;
  uInt32  srcShifter;
  uInt32  dstShifter;
 public:
  ogPixCon(ogPixelFmt, ogPixelFmt);
  uInt32 ConvPix(uInt32);
}; // ogPixCon

#endif