#6660 Swap black in Summary Curve palette with a mid-gray.

* This is easily visible in both the light and dark theme.
This commit is contained in:
Gaute Lindkvist 2020-09-30 13:50:03 +02:00 committed by Magne Sjaastad
parent 8086a1eb15
commit 9a3be356ce

View File

@ -297,7 +297,7 @@ const caf::ColorTable& RiaColorTables::summaryCurveDefaultPaletteColors()
cvf::Color3ub( 202, 0, 0 ), // Red cvf::Color3ub( 202, 0, 0 ), // Red
cvf::Color3ub( 78, 204, 0 ), // Clear Green cvf::Color3ub( 78, 204, 0 ), // Clear Green
cvf::Color3ub( 236, 118, 0 ), // Orange cvf::Color3ub( 236, 118, 0 ), // Orange
cvf::Color3ub( 0, 0, 0 ), // Black cvf::Color3ub( 130, 130, 130 ), // Grey
cvf::Color3ub( 56, 56, 255 ), // Vivid Blue cvf::Color3ub( 56, 56, 255 ), // Vivid Blue
cvf::Color3ub( 248, 0, 170 ), // Magenta cvf::Color3ub( 248, 0, 170 ), // Magenta
cvf::Color3ub( 169, 2, 240 ), // Purple cvf::Color3ub( 169, 2, 240 ), // Purple