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

#ifndef __colorbarrgbtruecolor16_h__
#define __colorbarrgbtruecolor16_h__

#include "colorbarrgb.h"
#include "truecolor16.h"

class ColorbarRGBTrueColor16 : public ColorbarRGB, TrueColor16 {
private:
  void updateColorsHorz();
  void updateColorsVert();

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

#endif