summaryrefslogtreecommitdiffstats
path: root/tksao/magnifier/magnifiertrue.h
blob: 176aa0e1f6976b2d8b73e0cc4148e60f28d56502 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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 {
public:
  MagnifierTrueColor(Tcl_Interp*, Tk_Canvas, Tk_Item*);
};

#endif