some cleanups

This commit is contained in:
Ingo Weyrich
2020-02-27 21:22:34 +01:00
parent 4f0414af89
commit f7792aa936
7 changed files with 282 additions and 574 deletions

View File

@@ -366,7 +366,7 @@ ColorTemp StdImageSource::getSpotWB (std::vector<Coord2D> &red, std::vector<Coor
return ColorTemp (reds / rn * img_r, greens / gn * img_g, blues / bn * img_b, equal);
}
void StdImageSource::flushRGB() {
void StdImageSource::flush() {
img->allocate(0, 0);
};