Package 

Class ToneMapper.Linear


  • 
    public class ToneMapper.Linear
    extends ToneMapper
                        

    Linear tone mapping operator that returns the input color but clamped tothe 0..1 range. This operator is mostly useful for debugging.

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class com.google.android.filament.ToneMapper

        getNativeObject
      • Methods inherited from class java.lang.Object

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

      • ToneMapper.Linear

        ToneMapper.Linear()