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

#ifndef __colorbartruecolor16_h__
#define __colorbartruecolor16_h__

#include "colorbar.h"
#include "truecolor16.h"

class ColorbarTrueColor16 : public Colorbar, TrueColor16 {
private:
  void updateColorsHorz();
  void updateColorsVert();

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

#endif