mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
profile: remove DiveAmbPressureItem
This was replaced by the tissue map in 893bea700c
.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
8b0db14f64
commit
a7002f4089
8 changed files with 3 additions and 65 deletions
|
@ -65,8 +65,7 @@ static QMap<color_index_t, std::array<QColor, 2>> profile_color = {
|
|||
{ CALC_CEILING_SHALLOW, {{ FUNGREEN1_HIGH_TRANS, BLACK1_HIGH_TRANS }} },
|
||||
{ CALC_CEILING_DEEP, {{ APPLE1_HIGH_TRANS, BLACK1_HIGH_TRANS }} },
|
||||
{ TISSUE_PERCENTAGE, {{ GOVERNORBAY2, BLACK1_LOW_TRANS }} },
|
||||
{ GF_LINE, {{ BLACK1, BLACK1_LOW_TRANS }} },
|
||||
{ AMB_PRESSURE_LINE, {{ TUNDORA1_MED_TRANS, BLACK1_LOW_TRANS }} }
|
||||
{ GF_LINE, {{ BLACK1, BLACK1_LOW_TRANS }} }
|
||||
};
|
||||
|
||||
QColor getColor(const color_index_t i, bool isGrayscale)
|
||||
|
|
|
@ -135,8 +135,7 @@ typedef enum {
|
|||
CALC_CEILING_SHALLOW,
|
||||
CALC_CEILING_DEEP,
|
||||
TISSUE_PERCENTAGE,
|
||||
GF_LINE,
|
||||
AMB_PRESSURE_LINE
|
||||
GF_LINE
|
||||
} color_index_t;
|
||||
|
||||
QColor getColor(const color_index_t i, bool isGrayscale = false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue