Reworked colortemp and pow_F defines

This commit is contained in:
heckflosse
2017-10-22 20:05:27 +02:00
parent 7c9d42827f
commit 8bd9f174dc
6 changed files with 99 additions and 285 deletions

View File

@@ -30,7 +30,6 @@
#undef CLIPD
#define CLIPD(a) ((a)>0.0?((a)<1.0?(a):1.0):0.0)
#define MAXR(a,b) ((a) > (b) ? (a) : (b))
#define pow_F(a,b) (xexpf(b*xlogf(a)))
namespace rtengine
{