Class NullToneMapper
- java.lang.Object
-
- com.twelvemonkeys.imageio.plugins.hdr.tonemap.NullToneMapper
-
- All Implemented Interfaces:
ToneMapper
public final class NullToneMapper extends java.lang.Object implements ToneMapper
NullToneMapper.This
ToneMapper
does *not* normalize or clamp values to range [0...1], but leaves the values as-is. Useful for applications that implements custom tone mapping.- Version:
- $Id: NullToneMapper.java,v 1.0 28/07/15 harald.kuhr Exp$
- Author:
- Harald Kuhr, last modified by $Author: harald.kuhr$
-
-
Constructor Summary
Constructors Constructor Description NullToneMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
map(float[] rgb)
-
-
-
Method Detail
-
map
public void map(float[] rgb)
- Specified by:
map
in interfaceToneMapper
-
-