ABRG-Models / morphologica

A library of supporting code for numerical modelling (JSON config, HDF5 data, Modern OpenGL visualization)
https://abrg-models.github.io/morphologica/
Apache License 2.0
255 stars 29 forks source link

Make ColourMap name string case match code #265

Closed sebjameswml closed 2 weeks ago

sebjameswml commented 2 weeks ago

So ColourMap::colourMapTypeToStr (ColourMapType::Plasma) returns "Plasma" not "plasma".

All input strings passed to strToColourMapType should be lower-cased, then the name testing carried out on the lower case version.