Newer
Older
ubixos / src / lib / objgfx40 / objgfx40 / ogPixCon.h
@reddawg reddawg on 15 Apr 2004 250 bytes UbixOS v1.0
#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