Refactor color table functions to reference the lookup table where appropriate

This commit is contained in:
Dan Paulat 2024-01-04 23:16:05 -06:00
parent c1280c05aa
commit 03f08d54f1
11 changed files with 30 additions and 29 deletions

View file

@ -347,7 +347,7 @@ void Level3RasterView::ComputeSweep()
timer.stop();
logger_->debug("Vertices calculated in {}", timer.format(6, "%ws"));
UpdateColorTable();
UpdateColorTableLut();
Q_EMIT SweepComputed();
}