summaryrefslogtreecommitdiffstats
path: root/tksao/colorbar/colorbartruecolor8.h
blob: 977a2b4b39aa56900411b837502c7b2098e40dd6 (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 __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