EXTranslator: Disambiguate clamp().
This commit is contained in:
parent
365c228de7
commit
f0213b4407
@ -11,7 +11,6 @@
|
|||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using Imath::clamp;
|
|
||||||
|
|
||||||
|
|
||||||
float
|
float
|
||||||
@ -97,5 +96,5 @@ Gamma::operator() (half h)
|
|||||||
// Scale and clamp
|
// Scale and clamp
|
||||||
//
|
//
|
||||||
|
|
||||||
return clamp (x * s, 0.f, 255.f);
|
return Imath::clamp (x * s, 0.f, 255.f);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user