v1.0.0-rc.36

This commit is contained in:
2025-05-05 19:32:22 +02:00
parent 759243d1bf
commit 040cf08386
333 changed files with 22724 additions and 15251 deletions

View File

@@ -44,7 +44,7 @@ rgb ColorScale::Apply(ColorScaleSpecial input) {
return bad;
}
}
rgb ColorScale::Apply(float input) {
rgb ColorScale::Apply(float input) const {
switch (current) {
case ColorScaleEnum::Viridis:
return Apply(input, viridis_colormap);