(#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

@@ -95,7 +95,7 @@ void RicAddWellLogToPlotFeature::onActionTriggered(bool isChecked)
RigWellLogFile* wellLogDataFile = wellLogFile->wellLogFile();
CVF_ASSERT(wellLogDataFile);
cvf::Color3f curveColor = RicWellLogPlotCurveFeatureImpl::curveColorFromIndex(curveIdx);
cvf::Color3f curveColor = RicWellLogPlotCurveFeatureImpl::curveColorFromTable();
curve->setColor(curveColor);
curve->setWellPath(wellPath);
curve->setWellLogChannelName(wellLog->name());