Forward declare Imagefloat
This commit is contained in:
@@ -98,7 +98,7 @@ bool channelsAvg(
|
||||
|
||||
}
|
||||
|
||||
bool rtengine::RawImageSource::getFilmNegativeExponents(Coord2D spotA, Coord2D spotB, int tran, const FilmNegativeParams ¤tParams, std::array<float, 3>& newExps)
|
||||
bool rtengine::RawImageSource::getFilmNegativeExponents(Coord2D spotA, Coord2D spotB, int tran, const procparams::FilmNegativeParams ¤tParams, std::array<float, 3>& newExps)
|
||||
{
|
||||
newExps = {
|
||||
static_cast<float>(currentParams.redRatio * currentParams.greenExp),
|
||||
|
||||
Reference in New Issue
Block a user