summaryrefslogtreecommitdiffstats
path: root/tksao/magnifier/magnifiertrue.h
blob: 4fc228d6873a2f33a90fd1e4b9543b47902abe42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright (C) 1999-2018
// Smithsonian Astrophysical Observatory, Cambridge, MA, USA
// For conditions of distribution and use, see copyright notice in "copyright"

#ifndef __magnifiertrue_h__
#define __magnifiertrue_h__

#include "magnifier.h"

class MagnifierTrueColor : public Magnifier {
private:
  void clearPixmap();

public:
  MagnifierTrueColor(Tcl_Interp*, Tk_Canvas, Tk_Item*);
};

#endif