Class 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$
    • Constructor Summary

      Constructors 
      Constructor Description
      NullToneMapper()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void map​(float[] rgb)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NullToneMapper

        public NullToneMapper()
    • Method Detail

      • map

        public void map​(float[] rgb)
        Specified by:
        map in interface ToneMapper