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

#ifndef __colorbartruecolor8_h__
#define __colorbartruecolor8_h__

#include "colorbar.h"
#include "truecolor8.h"

class ColorbarTrueColor8 : public Colorbar, TrueColor8 {
private:
  void updateColorsHorz();
  void updateColorsVert();

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

#endif