summaryrefslogtreecommitdiffstats
path: root/tksao/colorbar/colorbarrgbtruecolor8.h
blob: bbbf3aa94a94f9ce844c7c30ce523cb7b48353b1 (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 __colorbarrgbtruecolor8_h__
#define __colorbarrgbtruecolor8_h__

#include "colorbarrgb.h"
#include "truecolor8.h"

class ColorbarRGBTrueColor8 : public ColorbarRGB, TrueColor8 {
private:
  void updateColorsHorz();
  void updateColorsVert();

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

#endif