#5959 Add rock type color legend with colors from Equinor GeoStandard.

Colors extracted from "Equinor GeoStandard - May 2020" document.
This commit is contained in:
Kristian Bendiksen
2020-05-22 15:58:40 +02:00
committed by Magne Sjaastad
parent 0ed99c09fa
commit f578f1f954
4 changed files with 91 additions and 0 deletions

View File

@@ -63,6 +63,14 @@ void RimColorLegendItem::setValues( const QString& categoryName, int categoryVal
m_color = color;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimColorLegendItem::setCategoryValue( int categoryValue )
{
m_categoryValue = categoryValue;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------