#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

@@ -42,6 +42,7 @@ public:
~RimColorLegendItem() override;
void setValues( const QString& categoryName, int categoryValue, const cvf::Color3f& color );
void setCategoryValue( int categoryValue );
void setReadOnly( bool doReadOnly );
const cvf::Color3f& color() const;