summaryrefslogtreecommitdiffstats
path: root/tksao/colorbar/colorbarrgbtruecolor16.h
blob: 76e42043b3cfe7ae3c57da3dd02d69bd8c9e5acb (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 __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