(#582) (#488) Cycling all the colors in the default color table, using dark colors first.

will make equal colors more seldom in a project.
And use a bit less "hard" colors first.
This commit is contained in:
Jacob Støren
2015-10-31 23:35:18 +01:00
parent 27271c7988
commit f7ebf80e0d
5 changed files with 16 additions and 15 deletions

View File

@@ -149,7 +149,7 @@ RimWellLogFileCurve* RicNewWellLogFileCurveFeature::addCurve(RimWellLogPlotTrack
RimWellLogFileCurve* curve = new RimWellLogFileCurve();
plotTrack->addCurve(curve);
cvf::Color3f curveColor = RicWellLogPlotCurveFeatureImpl::curveColorFromIndex(curveIndex);
cvf::Color3f curveColor = RicWellLogPlotCurveFeatureImpl::curveColorFromTable();
curve->setColor(curveColor);
plotTrack->updateConnectedEditors();