aboutsummaryrefslogtreecommitdiffstats
path: root/core/color.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/color.h')
-rw-r--r--core/color.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/color.h b/core/color.h
index bd0dbad3a..ef60d17d3 100644
--- a/core/color.h
+++ b/core/color.h
@@ -142,6 +142,7 @@ extern QMap<color_indice_t, QVector<QColor> > profile_color;
void fill_profile_color();
QColor getColor(const color_indice_t i, bool isGrayscale = false);
QColor getSacColor(int sac, int diveSac);
+QColor getPressureColor(double density);
struct text_render_options {
double size;
color_indice_t color;