clang-format
This commit is contained in:
parent
7aceade7c5
commit
83f833f1ce
1 changed files with 2 additions and 2 deletions
|
@ -115,7 +115,7 @@ float get_nodata_color<std::uint8_t>()
|
||||||
return static_cast<float>(0xff000000);
|
return static_cast<float>(0xff000000);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
} // namespace
|
||||||
|
|
||||||
template<typename T>
|
template<typename T>
|
||||||
void raster_colorizer::colorize(image_rgba8& out,
|
void raster_colorizer::colorize(image_rgba8& out,
|
||||||
|
|
Loading…
Reference in a new issue