Newer
Older
ubixos / lib / objgfx40 / objgfx40 / ogPixCon.h
@Charlie Root Charlie Root on 31 Dec 2017 250 bytes Moving Files
#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