Newer
Older
ubixos / lib / objgfx / objgfx / ogPixCon.h
@Christopher W. Olsen Christopher W. Olsen on 23 Jan 2018 237 bytes Sync
#pragma once

#include "objgfx.h"
#include "ogTypes.h"

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